Page 1 of 1

DLL not compiling...

Posted: Thu Nov 24, 2011 9:51 pm
by jassing
Image

It's being compiled as a dll -- any idea what would get it to complain about "Assuming console"?

I figure the "string" is really a userlib that is not compatible with 4.6?

Re: DLL not compiling...

Posted: Thu Nov 24, 2011 10:00 pm
by Trond
Maybe you have a userlib that only works in ascii mode, but your dll is compiled in unicode mode? I'm just guessing here.

Re: DLL not compiling...

Posted: Fri Nov 25, 2011 6:36 am
by IdeasVacuum
....Possibly the Compiler Options Library Subsystem field is empty but should contain something like UserlibUnicodeThreadsafe. Also, the Executable format combo set to Shared DLL?

Re: DLL not compiling...

Posted: Fri Nov 25, 2011 6:51 am
by nco2k
PB 4.60 wrote:- Changed: FindString() 'StartPosition' parameter to be optional
which means, every userlib using the FindString() function has to be recompiled for pb 4.60.

c ya,
nco2k