Magic Library - True Type windows font
-
- Posts: 518
- Joined: Tue Mar 29, 2005 9:02 pm
- Location: Alex,Egypt
- Contact:
i have fixed it,all the links work now,try it again.
Magic 2d Library For Irrlicht : http://www.freewebs.com/bcxgl/index.htm
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
-
- Posts: 518
- Joined: Tue Mar 29, 2005 9:02 pm
- Location: Alex,Egypt
- Contact:
this is my first time writing Help file,it takes two days for writing this small part.
so i would like to share it with you. download it here
http://bcxdx.spoilerspace.com/BCXGL/Magic2d_01.chm
many thanks go to Mr Robert the guy who help me to create this help file.
so i would like to share it with you. download it here
http://bcxdx.spoilerspace.com/BCXGL/Magic2d_01.chm
many thanks go to Mr Robert the guy who help me to create this help file.
Magic 2d Library For Irrlicht : http://www.freewebs.com/bcxgl/index.htm
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
-
- Posts: 518
- Joined: Tue Mar 29, 2005 9:02 pm
- Location: Alex,Egypt
- Contact:
Hi krama757
why you open it from the net,i do not intend to open it via net,instead
you must download in your system then navigate it.
any way thanks for reading it and for your reply.
why you open it from the net,i do not intend to open it via net,instead
you must download in your system then navigate it.
any way thanks for reading it and for your reply.
Magic 2d Library For Irrlicht : http://www.freewebs.com/bcxgl/index.htm
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
-
- Posts: 518
- Joined: Tue Mar 29, 2005 9:02 pm
- Location: Alex,Egypt
- Contact:
Hi all
this is an very old amiga demo ,did you remmber that fantastic computer, originaly it was writtin in DevPac assembler for amiga computer in 1992,so i bring it to you and it works with the most modern 3d Engine Irrlicht and the stunning Magic2d Library.
it has vsiual Ecolizer Spectrum for music ,by using Fmod Library for playing music.
the source code will be included with the next release of Magic2d Library.
here is a screenshot of the demo.
download it from here.
http://bcxdx.spoilerspace.com/BCXGL/zoweeAmigaDemo.zip
Enjoy it.
this is an very old amiga demo ,did you remmber that fantastic computer, originaly it was writtin in DevPac assembler for amiga computer in 1992,so i bring it to you and it works with the most modern 3d Engine Irrlicht and the stunning Magic2d Library.
it has vsiual Ecolizer Spectrum for music ,by using Fmod Library for playing music.
the source code will be included with the next release of Magic2d Library.
here is a screenshot of the demo.
download it from here.
http://bcxdx.spoilerspace.com/BCXGL/zoweeAmigaDemo.zip
Enjoy it.
Magic 2d Library For Irrlicht : http://www.freewebs.com/bcxgl/index.htm
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
-
- Posts: 518
- Joined: Tue Mar 29, 2005 9:02 pm
- Location: Alex,Egypt
- Contact:
@Guest
there is a DLL version of the library, i have make it as dll for this reason,so
you could try it and if the Lib does not work you coud extract the Function
and make your Lib file with the help of tools in visual studio c++ express.
@bitplane
thank you very much.
there is a DLL version of the library, i have make it as dll for this reason,so
you could try it and if the Lib does not work you coud extract the Function
and make your Lib file with the help of tools in visual studio c++ express.
@bitplane
thank you very much.
Magic 2d Library For Irrlicht : http://www.freewebs.com/bcxgl/index.htm
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
-
- Posts: 206
- Joined: Thu Sep 01, 2005 9:26 pm
- Location: France
Thank you very much ! I could not do it myself.....Really good movie classEmil_halim wrote:change the NextMovieFrame member function as following
this will automatically play the movie in loop.Code: Select all
void NextMovieFrame() { if(GetTickCount()-oldtick < time){flg = false ;return;} oldtick = GetTickCount(); flg = true; if(0x40003==pSample->Update( 0, NULL, NULL, 0)) pAMStream->Seek(0); }
Note : You should release this modification into Irrlicht Wiki and Magic2D lib if it is not already done.
Return to Irrlicht after years... I'm lovin it.
It's hard to be a Man !
Si vis pacem para belum
It's hard to be a Man !
Si vis pacem para belum
-
- Posts: 206
- Joined: Thu Sep 01, 2005 9:26 pm
- Location: France
-
- Posts: 518
- Joined: Tue Mar 29, 2005 9:02 pm
- Location: Alex,Egypt
- Contact:
no i did not notice it in my system,so i do not know the reason.
already i have applied the new NextMovieFrame function for Magic2d library
in version 0.5,when i have some time i will update the Wiki.
already i have applied the new NextMovieFrame function for Magic2d library
in version 0.5,when i have some time i will update the Wiki.
Magic 2d Library For Irrlicht : http://www.freewebs.com/bcxgl/index.htm
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
http://www.freewebs.com/bcxdx/index.htm
http://groups.yahoo.com/group/bcxdxc/
-
- Posts: 206
- Joined: Thu Sep 01, 2005 9:26 pm
- Location: France
If someone has the same problem : here is a way to keep focus on window.... I need it when playing movie into irrlicht viewport.
Working for OpenGl and Direct3D modes.
Code: Select all
// keep window focus
HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
irr::video::SExposedVideoData exposedData = driver->getExposedVideoData();
HWND hWnd = reinterpret_cast<HWND>(exposedData.D3D9.HWnd);
SetFocus(hWnd);
SetForegroundWindow(hWnd);
Return to Irrlicht after years... I'm lovin it.
It's hard to be a Man !
Si vis pacem para belum
It's hard to be a Man !
Si vis pacem para belum
I'm trying to get the DxMagic2d to work, in the header I had to change
#pragma comment(lib,"Magic2d.lib");
lines to...
#pragma comment(lib,"DxMagic2d.lib")
Now it doesn't give me to the missing library error...
but when I try to use functions
ViewOrtho() and ViewPerspective()
It gives me the error that LIBC.lib is missing... What is this library and How to stop the error...
#pragma comment(lib,"Magic2d.lib");
lines to...
#pragma comment(lib,"DxMagic2d.lib")
Now it doesn't give me to the missing library error...
but when I try to use functions
ViewOrtho() and ViewPerspective()
It gives me the error that LIBC.lib is missing... What is this library and How to stop the error...