| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Micky G" |
| Date: |
29 Mar 2006 09:53:58 AM |
| Object: |
pragma for pointer size on windows? |
Hey Guys:
I know there is a pragma (compiler directive) for pointer_size for gcc
on unix; does anyone know if there one on Windows (Visual Studio) too?
Thanks!
MickyG
.
|
|
| User: "Ben Pope" |
|
| Title: Re: pragma for pointer size on windows? |
29 Mar 2006 09:58:38 AM |
|
|
Micky G wrote:
Hey Guys:
I know there is a pragma (compiler directive) for pointer_size for gcc
on unix; does anyone know if there one on Windows (Visual Studio) too?
I'm not sure what you are asking, what is a pragma for pointer size?
Can it change the size of the pointer? Does it tell you the size of a
pointer?
Try asking in a newsgroup that deals with Visual Studio, for things that
are Visual Studio Specific.
Ben Pope
--
I'm not just a number. To many, I'm known as a string...
.
|
|
|
| User: "Micky G" |
|
| Title: Re: pragma for pointer size on windows? |
29 Mar 2006 10:04:05 AM |
|
|
Sorry guys... guess I didnt post my question in the right group.
Thanks to Gavin for pointing this out.
Thanks!
MickyG
.
|
|
|
|
|
| User: "Gavin Deane" |
|
| Title: Re: pragma for pointer size on windows? |
29 Mar 2006 09:58:16 AM |
|
|
Micky G wrote:
Hey Guys:
I know there is a pragma (compiler directive) for pointer_size for gcc
on unix; does anyone know if there one on Windows (Visual Studio) too?
Not in this newsgroup.
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9
A Visual Studio specific newsgroup is more likely to know. Perhaps
microsoft.public.vc.language or a group suggested in that FAQ.
Gavin Deane
.
|
|
|
|

|
Related Articles |
|
|