Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1925 a bug

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
sunbinjin Posted - Jan 04 2013 : 02:18:31 AM
in a class "CAudio"

have a method in "IAudio.h":
STDMETHOD_(int, GetVolume)() PURE;

have a method in "CAudio.h":
STDMETHODIMP_(int, GetVolume)();

right click,vax's menu->create inplementaion

get error result in "CAudio.cpp":
STDMETHODIMP_(int, IAudio::GetVolume( int, GetVolume, ) ()
{

}


is a error in "CAudio.h", the correct is:
STDMETHODIMP_ (int) GetVolumeVULevel ();
But it also led to an error in vax
Is this bug?
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jan 06 2013 : 12:04:30 PM
Create Implementation uses the declaration as a base for creating the implementation, so if it's wrong right from the get-go, the result will also be wrong.
What do you expect to happen in this case?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000