Originally posted by: Vishi
Hi..
The application looks great.
How ever when I tried with my own demo dialog based program including all skin related files I get around 10 errors. All errors are same and say "unexpected end of file while looking for precompiled header directive". As I am a new programmer , I am not able to solve this..
Can anybody help..?
Vishi
Reply
Originally posted by: Prakash
You have done a great job Cuneyt Elibol.
I have developed Directx enabled multimedia player for WinCE devices (Using MFC, A dialogue based)Capable of
playing Video and Audio .
Since I am a fresh developer,I am not able to develope skins for my player.Can you guide me ,how to start with ?
Thank you very much.
Expecting your reply soon.
Reply
Originally posted by: Tintin
Unfortunatly, the editor is a little small. None of my bitmaps fit in the window, we cannot maximize the dialog and we did not have the source...
If you can do something about this i'll appreciate.
Thank you
Very good program !
Originally posted by: Georges Depriester
Thanks alot to Cuneyt Elibol. His Skinsys package is very a nice base for skinable software.
I based Japy MP3 Player on Skinsys. Japy is a GLP player. All source code can be downloaded at http://kellyan.multimania.com
This player is skinable with Skinsys and I add many features (Automatic Gain Control, cover viewer, winamp plugin interface, audio effects, etc...). It play all audio format (wma, mp3, aac, vqf, mpegplus, ogg vorbis, mp3PRO, etc...).
I need help to continue. So, download the source code, compile it with VC6 and help me to improve this player.
One problem remains with SkinSys : if I move a window, this window is not displayed during moving. If you have any idea to solve this, please send me a mail.
Thanks.
Originally posted by: Charlie Heath
Thanks for your skinning sample code.
I've built a demo MFC dialog project like the one you describe, and set it up using the sample skin from your project. I'm seeing the dialog come up and the buttons are working properly, but the background graphic is not being rendered (see just a gray background in the proper skinned shape). I also can't get the popup menu to work; right button doesn't seem to be processed.
I can probably figure these two things out, but do you have any ideas that might save me some time?
Thanks again -
Charlie Heath
Originally posted by: Rix
However I found a function that returned a string using a variable created on a local function stack, and the stack got currupted before the value could be retrieved. So the app wasn't working for me.
Anyway here is a quick fix:
add "static" to the first variable in the following function:
char* GetFileName(HWND hwndOwner, const char* m_Filter)
Rix
The sample is great!
{
static OPENFILENAME ofn; // common dialog box structure
...
}
Originally posted by: Hur, Wonsuck
I compiled this project on Win95
But just display the skin but not operate button, progress and so on?
Reply
Originally posted by: WonSeong, Choi
Received a many help..
Thank you..
But.. Would u give me more information
about MPEG Source(comment)
Reply
Originally posted by: Touhid Ishtiaque
Hello Cuneyt Elibol,
Your CSkinSys project is probably the best one in CodeGuru.
The program works great. One thing I was wondering, how
to add a simple spectrum analyzer. Where can I monitor
the frequency so that I can program my own spectrum
analyzer?
Looking forward to hearing you.
Reply