Click here to Skip to main content
15,923,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Looking for a safe and efficient way to use two dimensional arrays. Pin
Branislav21-Mar-04 21:04
Branislav21-Mar-04 21:04 
GeneralRe: Looking for a safe and efficient way to use two dimensional arrays. Pin
George221-Mar-04 21:09
George221-Mar-04 21:09 
Questionhow does the function of the scrollbar control work? Pin
vividtang20-Mar-04 19:23
vividtang20-Mar-04 19:23 
AnswerRe: how does the function of the scrollbar control work? Pin
Branislav21-Mar-04 3:09
Branislav21-Mar-04 3:09 
GeneralSTRRET question Pin
nm_11420-Mar-04 18:01
nm_11420-Mar-04 18:01 
GeneralOrganising VC libraries dlls etc Pin
axid3j1al20-Mar-04 17:01
axid3j1al20-Mar-04 17:01 
GeneralRe: Organising VC libraries dlls etc Pin
Ravi Bhavnani21-Mar-04 3:29
professionalRavi Bhavnani21-Mar-04 3:29 
GeneralRe: Organising VC libraries dlls etc Pin
axid3j1al21-Mar-04 12:29
axid3j1al21-Mar-04 12:29 
Thanks ravi,

This is good information, however I think I am asking two questions in one.

The above is an excellent of way partitioning per library (module)

[1] How do you include the version number in the dll? Do you append it dynamically?
Do you have #define VERSION which you increment manually in the dll or is there a more automatic way of doing this?

[2] Having done something similar to the above per library I would like to create a repository of libraries. So basically I want to do something like put c:\mylib\include and c:\mylib\lib in the VS path settings and then I can use the libraries that I have created.

Basically something similar to the DirectX library. So what I did was to copy the .h in the library to c:\mylib\include and the .dll and .lib to c:\mylib\lib. So the .h that would be copied would be /inc // public interface (.h) in your example.

Would I have to create two copies of the library? I guess I would need to create
debug / release libraries.

So that would mean I would have those 3 statements + the other statements to copy the
dlls to the bin directory.

So do I really have to do the 5/6 post link copies every time I create a new library or can I have some generic script to jump into that directory and do the copy.

Regards,

Axe



GeneralRe: Organising VC libraries dlls etc Pin
Ravi Bhavnani21-Mar-04 14:34
professionalRavi Bhavnani21-Mar-04 14:34 
GeneralRe: Organising VC libraries dlls etc Pin
axid3j1al21-Mar-04 14:56
axid3j1al21-Mar-04 14:56 
GeneralRe: GDI object viewer add-in Pin
Antti Keskinen20-Mar-04 23:56
Antti Keskinen20-Mar-04 23:56 
General7 .NET cds -> 1 Pin
Anonymous20-Mar-04 12:38
Anonymous20-Mar-04 12:38 
GeneralRe: 7 .NET cds -> 1 Pin
Prakash Nadar20-Mar-04 16:42
Prakash Nadar20-Mar-04 16:42 
GeneralRe: 7 .NET cds -> 1 Pin
Anonymous20-Mar-04 16:50
Anonymous20-Mar-04 16:50 
GeneralRe: 7 .NET cds -> 1 Pin
Prakash Nadar20-Mar-04 17:38
Prakash Nadar20-Mar-04 17:38 
GeneralRe: 7 .NET cds -> 1 Pin
Sarvesvara (BVKS) Dasa21-Mar-04 2:19
Sarvesvara (BVKS) Dasa21-Mar-04 2:19 
GeneralRe: 7 .NET cds -> 1 Pin
Prakash Nadar21-Mar-04 3:48
Prakash Nadar21-Mar-04 3:48 
GeneralRe: 7 .NET cds -> 1 Pin
Sarvesvara (BVKS) Dasa21-Mar-04 2:18
Sarvesvara (BVKS) Dasa21-Mar-04 2:18 
GeneralRe: 7 .NET cds -> 1 Pin
axid3j1al21-Mar-04 12:03
axid3j1al21-Mar-04 12:03 
GeneralRe: 7 .NET cds -> 1 Pin
Sarvesvara (BVKS) Dasa21-Mar-04 17:46
Sarvesvara (BVKS) Dasa21-Mar-04 17:46 
GeneralRe: 7 .NET cds -> 1 Pin
axid3j1al22-Mar-04 21:02
axid3j1al22-Mar-04 21:02 
GeneralRe: 7 .NET cds -> 1 Pin
Sarvesvara (BVKS) Dasa23-Mar-04 0:42
Sarvesvara (BVKS) Dasa23-Mar-04 0:42 
GeneralRichedit can't type unicode Pin
Aragorn@Gondor20-Mar-04 12:17
Aragorn@Gondor20-Mar-04 12:17 
GeneralRe: Richedit can't type unicode Pin
shahnk21-Mar-04 17:40
shahnk21-Mar-04 17:40 
GeneralRe: Richedit can't type unicode Pin
Aragorn@Gondor21-Mar-04 20:40
Aragorn@Gondor21-Mar-04 20:40 

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.