About load a file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to seperate some flash player functionalities as a seperate dll,so I want to make loadmovie function in that, void Loadmovie(const char* url,bool IsMBCS) url->Path of the movie IsMBCS->to check coding(multibyte or unicode) it in turn calls many functions, Now i have to write c++ function to load a movie specified in the load movie function,what can i do??? Siddharth