I have a freshly built PC with BlitzMax 1.26 and MaxGUI.
The following code produces errors i am not familiar with:
SuperStrict
Local files:String[]
Local sString:String
files=LoadDir(CurrentDir()+"\OriginalFiles\")
If Not files
Notify ("There are no files to process in " + CurrentDir()+"\OriginalFiles\")
End
EndIf
Notify ("There are SOME files to process in " + CurrentDir()+"\OriginalFiles\")
and here are the errors:
Building FliwayCHCHServiceCodeReversal
Compiling:FliwayCHCHServiceCodeReversal.bmx
flat assembler version 1.66
3 passes, 3882 bytes.
Linking:FliwayCHCHServiceCodeReversal.debug.exe
C:/Program Files/BlitzMax/mod/brl.mod/win32maxgui.mod/win32maxgui.debug.win32.x86.a(group.cpp.debug.win32.x86.o)(.text+0x22):group.cpp: undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned)'
C:/Program Files/BlitzMax/mod/brl.mod/win32maxgui.mod/win32maxgui.debug.win32.x86.a(group.cpp.debug.win32.x86.o)(.text+0xf2):group.cpp: undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned)'
... and lots more...
I have tried all combinations of buildoptions.
Any ideas?
I do this sort of stuff frequently and haven't had these problems before.
Cheers
Glenn
The following code produces errors i am not familiar with:
SuperStrict
Local files:String[]
Local sString:String
files=LoadDir(CurrentDir()+"\OriginalFiles\")
If Not files
Notify ("There are no files to process in " + CurrentDir()+"\OriginalFiles\")
End
EndIf
Notify ("There are SOME files to process in " + CurrentDir()+"\OriginalFiles\")
and here are the errors:
Building FliwayCHCHServiceCodeReversal
Compiling:FliwayCHCHServiceCodeReversal.bmx
flat assembler version 1.66
3 passes, 3882 bytes.
Linking:FliwayCHCHServiceCodeReversal.debug.exe
C:/Program Files/BlitzMax/mod/brl.mod/win32maxgui.mod/win32maxgui.debug.win32.x86.a(group.cpp.debug.win32.x86.o)(.text+0x22):group.cpp: undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned)'
C:/Program Files/BlitzMax/mod/brl.mod/win32maxgui.mod/win32maxgui.debug.win32.x86.a(group.cpp.debug.win32.x86.o)(.text+0xf2):group.cpp: undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned)'
... and lots more...
I have tried all combinations of buildoptions.
Any ideas?
I do this sort of stuff frequently and haven't had these problems before.
Cheers
Glenn