Click here to Skip to main content
15,886,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling .NET DLL from MFC App Pin
Shivarudrayya H15-Apr-08 23:02
Shivarudrayya H15-Apr-08 23:02 
GeneralRe: Calling .NET DLL from MFC App Pin
Saurabh.Garg15-Apr-08 23:10
Saurabh.Garg15-Apr-08 23:10 
GeneralRe: Calling .NET DLL from MFC App Pin
Javed Akhtar Ansari15-Apr-08 23:10
Javed Akhtar Ansari15-Apr-08 23:10 
GeneralRe: Calling .NET DLL from MFC App Pin
Shivarudrayya H15-Apr-08 23:18
Shivarudrayya H15-Apr-08 23:18 
GeneralRe: Calling .NET DLL from MFC App Pin
jhwurmbach15-Apr-08 23:58
jhwurmbach15-Apr-08 23:58 
GeneralRe: Calling .NET DLL from MFC App Pin
Hamid_RT16-Apr-08 0:47
Hamid_RT16-Apr-08 0:47 
GeneralRe: Calling .NET DLL from MFC App Pin
Shivarudrayya H16-Apr-08 1:07
Shivarudrayya H16-Apr-08 1:07 
GeneralJob Interview Question: How can I play a movie using Visual Studio Pin
kanekcwu15-Apr-08 19:37
kanekcwu15-Apr-08 19:37 
I recently got offered a job by this entrepreneur. He basically knew that I was a programmer and wanted to hire me but he had one condition: By tomorrow I am suppose to create a Visual C++ program in Visual Studio 2008 that is able to play movies and through the code chose what position (what time) of the movie to start. He doesn't care how I do it or who I ask, he just want it done.

Since I have no Visual Studio experience, (I program in Java and a little C) I tried looking around at the different options I have. I came up with 4.

1. I can use a command line through C to call window media player but then I would not be able to chose what position of the movie to start playing
2. I can use MCI but when I tried dragging the code in http://msdn2.microsoft.com/en-us/library/ms712870(VS.85).aspx on to my program I got compiling errors.
3. I can try using the Window Media Player 10 SDK but that seems really compilcated and I don't have the time to learn all that in a day.
4. I can try using some other open source programs or thir-party program like VLC and hope it would run.


I basically tried each of those options and I always run into compiling problems, I think I am the closest with MCI but I am not sure. I am jsut very stump right now as I realize if only I have time to learn VIsual Stuido 2008, how easy and fun it would be to make Windows program. Can anyone give me any hints or advice on how to solve this problem? I would be very grateful.

Thanks

PS: I use Windows XP
GeneralRe: Job Interview Question: How can I play a movie using Visual Studio Pin
Mukesh Kumar15-Apr-08 19:55
Mukesh Kumar15-Apr-08 19:55 
GeneralRe: Job Interview Question: How can I play a movie using Visual Studio Pin
rjkg15-Apr-08 23:05
rjkg15-Apr-08 23:05 
GeneralRe: Job Interview Question: How can I play a movie using Visual Studio Pin
Hamid_RT16-Apr-08 0:36
Hamid_RT16-Apr-08 0:36 
Questiondll problem Pin
trioum15-Apr-08 19:12
trioum15-Apr-08 19:12 
GeneralRe: dll problem Pin
Hamid_RT15-Apr-08 19:45
Hamid_RT15-Apr-08 19:45 
GeneralRe: dll problem Pin
trioum15-Apr-08 19:55
trioum15-Apr-08 19:55 
GeneralRe: dll problem Pin
Stephen Hewitt15-Apr-08 20:17
Stephen Hewitt15-Apr-08 20:17 
GeneralRe: dll problem Pin
GDavy15-Apr-08 21:03
GDavy15-Apr-08 21:03 
GeneralWaitForSingleObject problem [modified] Pin
followait15-Apr-08 19:07
followait15-Apr-08 19:07 
GeneralRe: WaitForSingleObject problem Pin
Stephen Hewitt15-Apr-08 19:16
Stephen Hewitt15-Apr-08 19:16 
GeneralRe: WaitForSingleObject problem Pin
Rajkumar R15-Apr-08 19:36
Rajkumar R15-Apr-08 19:36 
GeneralRe: WaitForSingleObject problem Pin
followait15-Apr-08 19:56
followait15-Apr-08 19:56 
GeneralRe: WaitForSingleObject problem Pin
followait15-Apr-08 20:14
followait15-Apr-08 20:14 
GeneralRe: WaitForSingleObject problem Pin
Rajkumar R15-Apr-08 20:24
Rajkumar R15-Apr-08 20:24 
GeneralRe: WaitForSingleObject problem Pin
followait15-Apr-08 20:33
followait15-Apr-08 20:33 
GeneralRe: WaitForSingleObject problem Pin
Rajkumar R15-Apr-08 20:35
Rajkumar R15-Apr-08 20:35 
GeneralRe: WaitForSingleObject problem Pin
followait15-Apr-08 20:40
followait15-Apr-08 20:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.