default macro in vc50 
Author Message
 default macro in vc50

Has anyone got this macro "AddFunctionDescription" from the vc50
sample file to work?
It keeps telling me I don't have the func. selected when I do.
Any ides?
Thanks
--
Please remove the 'nomail.' portion of address to reply.

--------------------------------------------------------


Fri, 22 Nov 2002 03:00:00 GMT  
 default macro in vc50
You have to highlight (select) the function prototype and then run it. For
example

CFoo::CFooApp()
{
        // TODO: add construction code here,
        // Place all significant initialization in InitInstance

Quote:
}

select CFoo::CFooApp() and then run the macro.


Fri, 22 Nov 2002 03:00:00 GMT  
 default macro in vc50

Quote:

>You have to highlight (select) the function prototype and then run it. For
>example

>CFoo::CFooApp()
>{
>    // TODO: add construction code here,
>    // Place all significant initialization in InitInstance
>}

>select CFoo::CFooApp() and then run the macro.

Yes I did this but get an error msg saying it is not a valid .cpp file
I tried selecting the Fn. in the .cpp & .h files. Same thing for both.
I was thinking maybe the macro file has become corrupt but the other
macros work ok.
Does anyone else use this macro or do you just type it in, the long
way?
Thanks.
--
Please remove the 'nomail.' portion of address to reply.

--------------------------------------------------------


Sat, 23 Nov 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Turn of Smart and Default Indenting from a macro

2. DaoRecordSet VC42 to VC50

3. lost VC50 developer Project settings !!

4. When is VC50.PDB needed?

5. Question: Debugger Can't find vc50.pdb

6. Unable to open vc50.pdb

7. How Can I Eliminate VC50.PDB?

8. Debugging and linking conflicts with VC50.PDB

9. error writing to vc50.pdb ???

10. Adding new controls to an existing ActiveX component (VC50)

11. Adding new controls to an existing ActiveX component (VC50)

12. VC50 Include Directory settings

 

 
Powered by phpBB® Forum Software