A
ajk
I was wondering if I have a string resource in a DLL if it is somehow
possible to export this so that other DLL's / .EXE linked in can use
these strings?
e.g.
A.DLL (all strings used throughout the program)
ResourceA : string resource Foo "Some string"
B.EXE
string s = ResourceA.Foo;
C.DLL
string s = ResoruceA.Foo;
thanks
Ajk
possible to export this so that other DLL's / .EXE linked in can use
these strings?
e.g.
A.DLL (all strings used throughout the program)
ResourceA : string resource Foo "Some string"
B.EXE
string s = ResourceA.Foo;
C.DLL
string s = ResoruceA.Foo;
thanks
Ajk