Click here to Skip to main content
15,929,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: Library References Pin
Jose Vicente6-Oct-04 21:11
Jose Vicente6-Oct-04 21:11 
GeneralP/Invoke data type conversion Pin
ting6685-Oct-04 1:51
ting6685-Oct-04 1:51 
GeneralRe: P/Invoke data type conversion Pin
sreejith ss nair5-Oct-04 5:08
sreejith ss nair5-Oct-04 5:08 
GeneralRe: P/Invoke data type conversion Pin
Alex Korchemniy5-Oct-04 17:59
Alex Korchemniy5-Oct-04 17:59 
Generaldetection of files operation Pin
ppp0015-Oct-04 0:42
ppp0015-Oct-04 0:42 
GeneralRe: detection of files operation Pin
Stefan Troschuetz5-Oct-04 1:06
Stefan Troschuetz5-Oct-04 1:06 
GeneralC# output files Pin
Jose Vicente4-Oct-04 23:11
Jose Vicente4-Oct-04 23:11 
GeneralRe: C# output files Pin
Dave Kreskowiak4-Oct-04 23:52
mveDave Kreskowiak4-Oct-04 23:52 
Jose Vicente wrote:
lso, In the obj directorie, I found the outfut file of the project and the PDB file. I don't know why this directory is created. I would like to avoid this to be created.

It's created during the compile of your project and used for linking various parts of your project together in the final steps of creating your target executables. No, you can't stop it from being created.

Jose Vicente wrote:
Also I'm not sure where is placed really the ouput of the project, in the bin directorie, in the obj or in both.

In the bin folder, under either Debug or Release, depending on what configuration your compile is set for.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: C# output files Pin
Jose Vicente4-Oct-04 23:55
Jose Vicente4-Oct-04 23:55 
Generalusing Graphics on an indexed image Pin
benjymous4-Oct-04 22:48
benjymous4-Oct-04 22:48 
GeneralRe: using Graphics on an indexed image Pin
Alex Korchemniy5-Oct-04 18:13
Alex Korchemniy5-Oct-04 18:13 
GeneralSending ANSI to Printer Driver Pin
myNameIsRon4-Oct-04 21:02
myNameIsRon4-Oct-04 21:02 
GeneralRe: Sending ANSI to Printer Driver Pin
Dave Kreskowiak4-Oct-04 23:44
mveDave Kreskowiak4-Oct-04 23:44 
GeneralRe: Sending ANSI to Printer Driver Pin
myNameIsRon5-Oct-04 5:43
myNameIsRon5-Oct-04 5:43 
GeneralRe: Sending ANSI to Printer Driver Pin
Dave Kreskowiak5-Oct-04 6:23
mveDave Kreskowiak5-Oct-04 6:23 
Generalcontrol instances at designtime Pin
mpff4-Oct-04 20:53
mpff4-Oct-04 20:53 
GeneralRe: control instances at designtime Pin
Dave Kreskowiak4-Oct-04 23:29
mveDave Kreskowiak4-Oct-04 23:29 
GeneralRe: control instances at designtime Pin
mpff4-Oct-04 23:55
mpff4-Oct-04 23:55 
GeneralRe: control instances at designtime Pin
Dave Kreskowiak5-Oct-04 0:13
mveDave Kreskowiak5-Oct-04 0:13 
GeneralRe: control instances at designtime Pin
mpff5-Oct-04 0:58
mpff5-Oct-04 0:58 
GeneralComboBox Pin
4-Oct-04 18:36
suss4-Oct-04 18:36 
GeneralRe: ComboBox Pin
Member 12723814-Oct-04 19:28
Member 12723814-Oct-04 19:28 
GeneralRe: ComboBox Pin
Stefan Troschuetz4-Oct-04 21:11
Stefan Troschuetz4-Oct-04 21:11 
GeneralRe: ComboBox Pin
HahnTech5-Oct-04 7:20
HahnTech5-Oct-04 7:20 
QuestionHow can I export a class of C++ to C#? Pin
ting6684-Oct-04 16:27
ting6684-Oct-04 16:27 

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.