Click here to Skip to main content
15,914,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I'm working on some old c++ code for a console project that uses FlashTek Flash Graphics Toolbox. Can anyone tell me where I can get hold of the toolbox or should I just change the code to accommodate newer graphics library? Or: am I wasting my time and should consider converting all the functions to Windows Forms? (using VS2008).

I'm a noob generally with coding so advice would be appreciated :-)
Posted

1 solution

You would probably need to use Watcom, OpenWatcom or the Digital Mars compiler.

Apparently, Flashtek also published a DOS extended.

You might get lucky and find a download link. I did not see one. Closest discussion was here:

http://www.digitalmars.com/d/archives/c++/dos/32-bits/139.html[^]

If you are comfortable with writing code that makes GDI graphics calls from a WM_PAINT message handler, I'd say ditch Flashtek dependencies and write new code to replace it.
 
Share this answer
 
Comments
PaulS_UK 29-Jan-15 13:46pm    
Thanks for your reply. I had a good look around and was surprised not to find it anywhere!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900