Everything else that doesn't fall into one of the other PB categories.
jassing
Addict
Posts: 1885 Joined: Wed Feb 17, 2010 12:00 am
Post
by jassing » Thu Nov 24, 2011 9:51 pm
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
Posts: 7446 Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway
Post
by Trond » Thu Nov 24, 2011 10:00 pm
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
Posts: 6426 Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:
Post
by IdeasVacuum » Fri Nov 25, 2011 6:36 am
....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.
nco2k
Addict
Posts: 1344 Joined: Mon Sep 15, 2003 5:55 am
Post
by nco2k » Fri Nov 25, 2011 6:51 am
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