Problem to build example without CodeWarrior
| Wed, 2003-11-19 20:22 | |
|
Is it possible to build application without CodeWarrior and test it using emulator?
I try to build sample using this command: abld build wins udeb and get "NMAKE : fatal error U1073: don't know how to make '"\Symbian\7.0s\Series90_v10b_CW\EPOC32\RELEASE\WINS\UDEB\EDLL.LIB" Then I find that EDLL.LIB and other files lie in WINSCW\UDEB folder. So, I decide to copy all files from WINSCW folder to WINS folder and rebuild project. The project builds with success. But when I try to run new application from emulator I get fatal error. Please help me. What should I do? |
|






To use WINS, you need either VC++ or Borland CBuilderX
I prefer CodeWarrior
Forum posts: 4
"Undefined symbol: '___destoy_new_array'"
The sample was helloworldbasic.mmp.
Any ideas?
Forum posts: 4
Best regards,
Arcadium.
Forum posts: 52
- install the SDK;
- then install CodeWarrior;
Doing the opposite will lead to this and other errors at linking time.