CDK277
Posts: 28
|
| Posted: 10/03/2007, 10:50 PM |
|
Hi
Im new here, just wanted to ask a question about working with codecharge
ok say I use code charge I created a piece of software.
1 - does code charge tag the source code in anyway? Can i generate code with codecharge then if i want to import it to say Visual studio and modify the code from there?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/03/2007, 11:52 PM |
|
I'm not sure what do you mean by tagging the source code, however, there are comments in the code that mark various code sections so that CCS can rcognize which parts of the code were modified. This enables you to modify the code either in CCS or externally in Visual Studio, then later CCS will see which parts of the code were modified and will not overwrite them.
And there is nothing in the code that tags it specifically as CCS code and prevents you from opening and modifying in Visual Studio.
However, in practice it will be difficult to continue development without CCS, as you may not be able to easily re-create or change all the forms that CCS generates, like Record, Grid with Sorters and Navigator, etc.
And we always recommend modifying or adding code only in the events, which are areas of the code designed for adding custom logic. You can develop quite complex applications with all custom modifications placed in events, without modifying the generated code.
Also, if you're asking about Visual Studio (C# & VB.NET), there is a planned CCS update next month for generating simplified .NET code, not dependent on CCS and easy to fully move to Visual Studio.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
CDK277
Posts: 28
|
| Posted: 10/04/2007, 12:02 AM |
|
Quote peterr:
Also, if you're asking about Visual Studio (C# & VB.NET), there is a planned CCS update next month for generating simplified .NET code, not dependent on CCS and easy to fully move to Visual Studio.
so next month? sounds good, is this official? how would i know about this when its out?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/04/2007, 12:10 AM |
|
Check the last news at http://www.yessoftware.com/company/pressrelease.php?press_release_id=17, and you can subscribe to announcements there, or watch the Website next month
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
CDK277
Posts: 28
|
| Posted: 10/04/2007, 12:12 AM |
|
thanks mate, subscribed :)
|
 |
 |
|