|
-
December 5th, 2008, 05:32 AM
#1
"Tiny" Mode in Visual studio 2005???
Hi All...
> I Just Built my project in DEBUG and RELEASE mode...
> Please suggest me, how to build my project in TINY mode...
Thanks in advance, 
John
-
December 5th, 2008, 05:42 AM
#2
Re: "Tiny" Mode in Visual studio 2005???
-
December 5th, 2008, 06:27 AM
#3
Re: "Tiny" Mode in Visual studio 2005???
You built a DEBUG and RELEASE configuration, not mode. You need to explain better what you want to do.
-
December 5th, 2008, 07:01 AM
#4
Re: "Tiny" Mode in Visual studio 2005???
do you mean how to reduce the size of ur final app?
i dont hink theres a "tiny mode" on the compiler
u can always use a runtime PE packer
Last edited by Cpp_Noob; December 5th, 2008 at 07:11 AM.
-
December 5th, 2008, 07:51 AM
#5
Re: "Tiny" Mode in Visual studio 2005???
> Exactly... even I was shocked when i heard this for the first time (To build in "Tiny mode or Configuration"), but my Prof. says we can build this.
> He also mentioned about i can take help by using SCons also...
if any one knows about this thing please reply...
-
December 5th, 2008, 07:57 AM
#6
Re: "Tiny" Mode in Visual studio 2005???
 Originally Posted by johnnash_815
> Exactly... even I was shocked when i heard this for the first time (To build in "Tiny mode or Configuration"), but my Prof. says we can build this.
> He also mentioned about i can take help by using SCons also...
if any one knows about this thing please reply...
The only "Tiny" mode that I've ever heard of is for the old MSDOS Turbo C compiler, and that was almost 20 years ago. No such mode exists now for a modern OS and modern compiler.
Regards,
Paul McKenzie
-
December 5th, 2008, 08:04 AM
#7
Re: "Tiny" Mode in Visual studio 2005???
Hmmm, Google didn't find out something useful searching for SCons "tiny mode" 
Perhaps, you should ask your "Prof." to explain more clear what he wants from you. 
And, BTW, could you omit the leading ">" symbols in your posts? They do not help to read understand your posts...
Victor Nijegorodov
-
December 5th, 2008, 08:43 AM
#8
Re: "Tiny" Mode in Visual studio 2005???
Any way... i appreciate u guys for replying me... and also i'll be waiting for other replies... i hope i get solution for this...
-
December 5th, 2008, 09:02 AM
#9
Re: "Tiny" Mode in Visual studio 2005???
>> i hope i get solution for this
Solution for what??
VictorN gave your next step: Perhaps, you should ask your "Prof." to explain more clear what he wants from you.
gg
-
December 5th, 2008, 11:54 AM
#10
Re: "Tiny" Mode in Visual studio 2005???
Well, I suppose you could compile with optimization set to prefer small code rather than fast, and using the runtime DLLs rather than static runtime linking.
-
December 5th, 2008, 11:57 AM
#11
Re: "Tiny" Mode in Visual studio 2005???
 Originally Posted by Lindley
Well, I suppose you could compile with optimization set to prefer small code rather than fast, and using the runtime DLLs rather than static runtime linking.
As mentioned earlier, you can simply pack your executable/dlls with a executable packer like UPX. I do it with almost everything a write.
-
December 5th, 2008, 05:35 PM
#12
Re: "Tiny" Mode in Visual studio 2005???
As Victor said, TINY is a build option for a 16-bit application (sweet memories ) , i.e. TINy is really nothing that's applicable these days.
-
December 5th, 2008, 07:02 PM
#13
Re: "Tiny" Mode in Visual studio 2005???
 Originally Posted by S_M_A
As Victor said, TINY is a build option for a 16-bit application (sweet memories  ) , i.e. TINy is really nothing that's applicable these days.
I guess people might still use 16-bit compilers.
Anyway, here is a nice write-up about the subject (Tiny "memory model", NOT "mode"): WiKi
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
-
December 5th, 2008, 09:16 PM
#14
Re: "Tiny" Mode in Visual studio 2005???
 Originally Posted by VladimirF
I guess people might still use 16-bit compilers.
Anyway, here is a nice write-up about the subject (Tiny "memory model", NOT "mode"): WiKi
I still use Visual C++ 1.52   [seriously!]
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
December 6th, 2008, 11:01 AM
#15
Re: "Tiny" Mode in Visual studio 2005???
Thanks guys...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|