DLL not compiling...

Everything else that doesn't fall into one of the other PB categories.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

DLL not compiling...

Post 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?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: DLL not compiling...

Post 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.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: DLL not compiling...

Post 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?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Re: DLL not compiling...

Post 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
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply