|
|
| can you help me ? |
|
Heinz Schmitz
Member #4,213
January 2004
|
Hello, ive now decided to use Mingw32 instead of MSVC. I think the error lies in this codelines: static int setup (void) Can anybody give me a tip ? Thanks all for your great an fast support ! |
|
Evert
Member #794
November 2000
|
EDIT: read it again; and I think the problem is different from what I thought at first. Which line is line 92? I'm guessing it's Also, you may want to check the forum mockup tagsm, see the mockup is on link above the message box. |
|
Tobias Dammers
Member #2,604
August 2002
|
Whenever you get an error message like this, please mark the line indicated as the error (92 in this case). {(void*)d_shadow_box_proc, 0, 0, 320, 200, 0, 0, 0, 0, 0, 0, NULL }, This should compile just fine. Oh, and please use code tags. Click "mockup is on" in case you don't know what these are. --- |
|
Heinz Schmitz
Member #4,213
January 2004
|
Hi, Can anybody help me again ? C:\MinGW\source\carterrain\src>make loop.o(.text+0x3b):loop.cpp: undefined reference to `__gxx_personality_sj0'
|
|
Tobias Dammers
Member #2,604
August 2002
|
use g++, not gcc. --- |
|
Heinz Schmitz
Member #4,213
January 2004
|
Hi, hmm. I think the only one who can help me here is the coder of these demo ? |
|
Evert
Member #794
November 2000
|
Quote: use g++, not gcc. Or link with libstdc++.a (ie, inlude -lstdc++ on the command line). Quote: But the created *.exe file creates an error. What error? EDIT: Tobias, maybe we should posting at the same time? |
|
Tobias Dammers
Member #2,604
August 2002
|
Guess so. You could give me a bit of detail on the error the exe creates. Does it crash on launch? Crash while running? Freeze? Reboot? GPF? Cause obscure behaviour in other apps / the os? If so, how? Throw error messages at you? If so, what are they? Can you manually shut down the exe (Alt-F4)? Kill it (via Ctrl-Alt-Del)? And what's your system? compiler? allegro version? Do the allegro examples compile & execute well? Oh wait: Have you recompiled allegro and allegrogl? If not, please do so. --- |
|
Heinz Schmitz
Member #4,213
January 2004
|
Hi, now it works !;) Thanks all ! |
|
Tobias Dammers
Member #2,604
August 2002
|
Quote: EDIT: Tobias, maybe we should posting at the same time? Hehe... we zitten dus in dezelfde tijdzone... GMT+1:00 (Amsterdam)... --- |
|
Evert
Member #794
November 2000
|
Tobias: He, grappig! Dat had ik nog niet gezien. Alleen staat in je profiel dat Den Haag op de Antillen ligt |
|
gnolam
Member #2,030
March 2002
|
Maybe he felt homesick and built his own tropical version of the Hague over there? -- |
|
Peter Hull
Member #1,136
March 2001
|
Heinz, Then it will be easier to help you! Cheers
|
|
Tobias Dammers
Member #2,604
August 2002
|
Quote: Tobias: He, grappig! Dat had ik nog niet gezien. Alleen staat in je profiel dat Den Haag op de Antillen ligt
hehe... typo, seekah weetah denkik. Quote: Maybe he felt homesick... No, not homesick. I'm from Germany originally. But I could use a bit more Antillian weather over here right now... Quote: ...and built his own tropical version of the Hague over there?
Working on it... at least as far as music goes... Anyway, I could go and change it... but then it's kinda funny, so I'll leave it this way for a while... --- |
|
Evert
Member #794
November 2000
|
Quote: hehe... typo, seekah weetah denkik. Quote: Or do you call that a "clicko", when you mis-click?
Probably not. A while back, Matthew updated the timezone code and then everyone in the Netherlands was shifted to the Netherlands Antilles. Must have been the largest and fastest mass-emmigration ever. |
|
Tobias Dammers
Member #2,604
August 2002
|
Well, I live close to the sea anyway, so might as well call it the Caribbean, and consider Frans Bauer a samba artist... --- |
|
Evert
Member #794
November 2000
|
Quote: might as well call it the Caribbean, and consider Frans Bauer a samba artist...
You have a vivid imaginiation. |
|
|