Click here to Skip to main content
16,008,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: application settings window in xp/vista Pin
_AnsHUMAN_ 30-Jun-08 19:09
_AnsHUMAN_ 30-Jun-08 19:09 
QuestionDisplaying 3D interface on multiple platforms Pin
Dustin Henry30-Jun-08 8:17
Dustin Henry30-Jun-08 8:17 
AnswerRe: Displaying 3D interface on multiple platforms Pin
Nemanja Trifunovic30-Jun-08 9:36
Nemanja Trifunovic30-Jun-08 9:36 
GeneralRe: Displaying 3D interface on multiple platforms Pin
Dustin Henry30-Jun-08 10:11
Dustin Henry30-Jun-08 10:11 
GeneralRe: Displaying 3D interface on multiple platforms Pin
Nemanja Trifunovic30-Jun-08 10:50
Nemanja Trifunovic30-Jun-08 10:50 
GeneralRe: Displaying 3D interface on multiple platforms Pin
Dustin Henry30-Jun-08 11:50
Dustin Henry30-Jun-08 11:50 
QuestionGetting an "Access violation reading location" error for an iTunes plugin Pin
Grant Hudgens30-Jun-08 6:39
Grant Hudgens30-Jun-08 6:39 
AnswerRe: Getting an "Access violation reading location" error for an iTunes plugin Pin
Dustin Henry30-Jun-08 8:34
Dustin Henry30-Jun-08 8:34 
I can't tell from the code where the problem lies, but this is caused by memory trying to be used without being initialized first. How are you debugging your DLL? Are you just compiling and then running iTunes to load it? If so, you should try launching iTunes from within the dev environment so that you can see at what point the dll if failing. If you're using VS, under your project properties there is a 'Debugging' tab and a 'Command' argument. You can place the path to iTunes.exe in here and it should launch iTunes when you run your program. It probably needs some command arguments in order to load your dll, but you will have to consult the iTunes documentation for that.

Not sure how helpful this is. If apple has an SDK there is probably more info on the message boards for it.

Dustin
GeneralRe: Getting an "Access violation reading location" error for an iTunes plugin Pin
Grant Hudgens30-Jun-08 10:47
Grant Hudgens30-Jun-08 10:47 
QuestionRestricting access to a file Pin
theCPkid30-Jun-08 5:48
theCPkid30-Jun-08 5:48 
AnswerRe: Restricting access to a file Pin
Saurabh.Garg30-Jun-08 13:50
Saurabh.Garg30-Jun-08 13:50 
QuestionRe: Restricting access to a file Pin
David Crow30-Jun-08 17:22
David Crow30-Jun-08 17:22 
AnswerRe: Restricting access to a file Pin
theCPkid30-Jun-08 18:52
theCPkid30-Jun-08 18:52 
GeneralRe: Restricting access to a file Pin
David Crow1-Jul-08 3:13
David Crow1-Jul-08 3:13 
QuestionPosting data to a webserver using mfc - basic help and infos needed Pin
fish4fun30-Jun-08 4:32
fish4fun30-Jun-08 4:32 
AnswerRe: Posting data to a webserver using mfc - basic help and infos needed PinPopular
led mike30-Jun-08 5:18
led mike30-Jun-08 5:18 
GeneralRe: Posting data to a webserver using mfc - basic help and infos needed Pin
Mark Salsbery30-Jun-08 6:43
Mark Salsbery30-Jun-08 6:43 
GeneralRe: Posting data to a webserver using mfc - basic help and infos needed Pin
fish4fun30-Jun-08 7:20
fish4fun30-Jun-08 7:20 
GeneralRe: Posting data to a webserver using mfc - basic help and infos needed Pin
Mark Salsbery30-Jun-08 7:34
Mark Salsbery30-Jun-08 7:34 
GeneralRe: Posting data to a webserver using mfc - basic help and infos needed Pin
led mike30-Jun-08 10:54
led mike30-Jun-08 10:54 
GeneralRe: Posting data to a webserver using mfc - basic help and infos needed Pin
Mark Salsbery30-Jun-08 10:56
Mark Salsbery30-Jun-08 10:56 
AnswerRe: Posting data to a webserver using mfc - basic help and infos needed Pin
theCPkid30-Jun-08 5:43
theCPkid30-Jun-08 5:43 
QuestionVC++ 2005 Botton Control Click add Event Pin
akira3230-Jun-08 3:03
akira3230-Jun-08 3:03 
AnswerRe: VC++ 2005 Botton Control Click add Event Pin
«_Superman_»30-Jun-08 8:16
professional«_Superman_»30-Jun-08 8:16 
QuestionTo kill a thread Pin
Mushtaque Nizamani30-Jun-08 2:35
Mushtaque Nizamani30-Jun-08 2:35 

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.