Posted: Wed May 05, 2004 5:56 pm
It is not SQLite... Total mystery as it works every time now..
Craaaaaazy gremlins!
Craaaaaazy gremlins!
http://www.purebasic.com
https://www.purebasic.fr/english/
The second weird thing is, that i know only two persons with the problem...El_Choni wrote:Weird thing is that you don't have this problem with the PB IDE, as you say.
Code: Select all
ErrorInfo:
ErrorNumber.l = GetErrorNumber()
ErrorDescription.s = GetErrorDescription()
ErrorModule.s = GetErrorModuleName()
ErrorLineNumber.l =GetErrorLineNR()
If OpenFile(0, FileName)
WriteStringN("Error Number: " + Str(ErrorNumber))
WriteStringN("Module: " + ErrorModule)
WriteStringN("Description: " + ErrorDescription)
WriteStringN("Line Number: " + Str(ErrorLineNumber))
CloseFile(0)
EndIf
ClearError()It would be nice, when you can reproduce this bug. It is possible that you found a very tricky bug in PB (or in jaPBe; jaPBe creates a extended "header", but nothing really illegal).Karbon wrote:Anyway.. GPI, I can't send you any code to reproduce the problem because it only happened with the one project.. All is well now..
and I started getting that damned linker error again!/OUT:"PureBasic73021140.exe" | /ENTRY:start | Start.o | /SUBSYSTEM:Windows | /LIBPATH:"..\PureLibraries\Windows\Libraries" | PureBasic.obj | SystemBase.lib | CRTDLL.lib | KERNEL32.lib | USER32.lib | GDI32.lib | COMDLG32.lib | ADVAPI32.lib | COMCTL32.lib | 1.lib | 2.lib | 3.lib | 4.lib | 5.lib | 6.lib | 7.lib | 8.lib | 9.lib | 10.obj | 11.lib | 12.lib | 13.lib | 14.lib | 15.obj | 15D.obj | 16.obj | 16D.obj | 17.obj | 17D.obj | 18.lib | 19.obj | 20.obj | 21.lib | 22.lib | 23.lib | 24.lib | 25.lib | 26.lib | 27.lib | 28.lib | 29.lib | 30.lib | 31.lib | 32.lib | 33.lib | 34.lib | 35.lib | 36.obj | ..\Debugger\Debugger.obj | KERNEL32.LIB | USER32.LIB | GDI32.LIB | COMCTL32.LIB | JCALG1.LIB | OLEAUT32.LIB | OLE32.LIB | SHELL32.LIB | ADVAPI32.LIB | COMDLG32.LIB | URLMON.LIB | WININET.LIB | |
Before Link
len:674
/OUT:"PureBasic73021140.exe" /ENTRY:start Start.o /SUBSYSTEM:Windows /LIBPATH:"
..\PureLibraries\Windows\Libraries" PureBasic.obj SystemBase.lib CRTDLL.lib KER
NEL32.lib USER32.lib GDI32.lib COMDLG32.lib ADVAPI32.lib COMCTL32.lib 1.lib 2.l
ib 3.lib 4.lib 5.lib 6.lib 7.lib 8.lib 9.lib 10.obj 11.lib 12.lib 13.lib 14.lib
15.obj 15D.obj 16.obj 16D.obj 17.obj 17D.obj 18.lib 19.obj 20.obj 21.lib 22.li
b 23.lib 24.lib 25.lib 26.lib 27.lib 28.lib 29.lib 30.lib 31.lib 32.lib 33.lib
34.lib 35.lib 36.obj ..\Debugger\Debugger.obj KERNEL32.LIB USER32.LIB GDI32.LIB
COMCTL32.LIB JCALG1.LIB OLEAUT32.LIB OLE32.LIB SHELL32.LIB ADVAPI32.LIB COMDLG
32.LIB URLMON.LIB WININET.LIB _jaPBe_0.res
This is a debug-Screen of my fakelinker. Hold shift during compiling and this window will appear.Karbon wrote:A window popped up with this in it :
It is possible. Can i have the icon and the complete path of the icon?Karbon wrote:Icons. Maybe it has something to do with it?
Seems to always succeed when I don't add an icon and only sometimes succeed with one..
...Karbon wrote:Sure..
http://www.ksoftware.net/kbilling.ico
And the path is C:\Documents and Settings\Mitch\Desktop\kbilling\KBilling\kbilling.ico