I changed snprintf(tmpbuf, 255, "%0.6f", number); to _snprintf_s(tmpbuf, 255, "%0.6f", number);
And now it works fine. Thanks to you all!
Search found 3 matches
- Thu Mar 13, 2008 2:05 pm
- Forum: Beginners Help
- Topic: Code Problem
- Replies: 11
- Views: 1454
- Wed Mar 12, 2008 4:48 pm
- Forum: Beginners Help
- Topic: Code Problem
- Replies: 11
- Views: 1454
- Wed Mar 12, 2008 4:00 pm
- Forum: Beginners Help
- Topic: Code Problem
- Replies: 11
- Views: 1454
Code Problem
hi,
i am new at the irrlicht scene and just have a problem. I have some years programm experience in Basic and already some experience in C++. But with irrlicht i am a total noob.
Sorry for the nothing-saying title but it's hard to explain your Problem with just a few words ;).
Here we go:
I ...
i am new at the irrlicht scene and just have a problem. I have some years programm experience in Basic and already some experience in C++. But with irrlicht i am a total noob.
Sorry for the nothing-saying title but it's hard to explain your Problem with just a few words ;).
Here we go:
I ...