Prev Previous Post   Next Post Next
Old 28th October 2002, 23:15   #5
fOSSili
Junior Member
 
Join Date: Oct 2002
Posts: 5
No,

I don't think, visual c++ is needed. Shouldn't simple class definitions be equally represented by bcb and vc?

Uh, when i think about it, c++ compilers differ in many way's. And when it comes to _MS_ compilers...

I have a idea to solve this problem: If someone can write a "wrapper-ape" thet can load a .dll dynamically ? Like avi-render or image-render do this with media. In the loaded .dll (the one I will write) only three simple stdcall functions would need to be exported:
- int init();
- int render(char visdata[2][2][576], int isBeat, int *framebuffer, int *fbout, int w, int h);
- int destroy();

Thats all. And it can be heavily ported to other Languages (thinking of Borland C++ Builder and Delphi too) because it doesnt use this C++ Classes Stuff.

It would be REALLY great if someone can think about it, because not everyone can buy Visual Studio, but has access to simpler compilers, which can build .dll's too.

Thanks for your effort on that (hopefully),
Andreas

PS: no attachement this time
fOSSili is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Visualizations > AVS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump