|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - [help] Error 42, Symbol Undefined
im getting a compiler error that says: Error 42: Symbol Undefined _D5basic9intrinsic7strings7StrConvFAaZAu An it looks like it cant find a function i made called StrConv() in basic.intrinsic.strings module, im using this function in my main module and i have: import basic.intrinsic.strings; at the top of it. I have double checked , and triple checked and i just cant understand why it isnt finding this function. Im using other functions also and it doesnt seem to have any trouble with those. Is there any options i should use in the compile command line that might help, or would anyone maybe have a few suggestions as to what commonly causes this error? regards lewis Dec 23 2003
Lewis wrote:im getting a compiler error that says: Error 42: Symbol Undefined _D5basic9intrinsic7strings7StrConvFAaZAu An it looks like it cant find a function i made called StrConv() in basic.intrinsic.strings module, im using this function in my main module and i have: import basic.intrinsic.strings; at the top of it. I have double checked , and triple checked and i just cant understand why it isnt finding this function. Im using other functions also and it doesnt seem to have any trouble with those. Is there any options i should use in the compile command line that might help, or would anyone maybe have a few suggestions as to what commonly causes this error? regards lewis Dec 23 2003
J C Calvarese wrote:Lewis wrote:im getting a compiler error that says: Error 42: Symbol Undefined _D5basic9intrinsic7strings7StrConvFAaZAu An it looks like it cant find a function i made called StrConv() in basic.intrinsic.strings module, im using this function in my main module and i have: import basic.intrinsic.strings; at the top of it. I have double checked , and triple checked and i just cant understand why it isnt finding this function. Im using other functions also and it doesnt seem to have any trouble with those. Is there any options i should use in the compile command line that might help, or would anyone maybe have a few suggestions as to what commonly causes this error? regards lewis Dec 24 2003
|