Ok, I see.
Only a last question
Do we need the esdlmain.lib library to build an application based on your ESDL?
Or just esdl_exe.lib is enough ?
Search found 5 matches
- Thu Nov 10, 2005 4:15 am
- Forum: SymbianOS Port
- Topic: ESDL
- Replies: 11
- Views: 15939
thanks Anotherguest .. if the test project is not supported in ESDL, I will do it myself. Could you help me ? This work should be simple once we already had the SDL library. I just make a Symbian application project, and put some function calls in ConstructL() method like this: class StarterAppUi : ...
- Wed Nov 09, 2005 1:16 am
- Forum: SymbianOS Port
- Topic: ESDL
- Replies: 11
- Views: 15939
Thanks for your reply, Anotherguest ! I've already downloaded new version of ESDL from your website. No compile error anymore, very good ! Now I can build the library ( esdl_exe.lib ) without any problem. However, when I tried to build the test project (named GRAYWIN), VC6 showed hundreds of linking...
- Tue Nov 08, 2005 9:58 am
- Forum: SymbianOS Port
- Topic: ESDL
- Replies: 11
- Views: 15939
What do you mean, anotherguest ?
I did get ESDL source code from http://anotherguest.b0.se/ , complied it and those errors came
I did get ESDL source code from http://anotherguest.b0.se/ , complied it and those errors came
- Tue Nov 08, 2005 2:32 am
- Forum: SymbianOS Port
- Topic: ESDL
- Replies: 11
- Views: 15939
ESDL
I got ESDL source code, go to /Epoc/s60 and compiled as the instruction in Readme.epoc file: - bldmake bldfiles - abld makefile vc6 (for creating Microsoft Visual C++ makefiles) - abld build wins udeb (building for wins emulator) Then, building the Simple DirectMedia Layer programs: - abld test buil...