Source code management Questions

1

How do I write a program to launch an existing .net 2003 program?
I have written a program using .NET 2003 but I can’t find the source code to launch the program (screen with options to install program or cancel). I wrote it in about 2006 and the original computer has gone the way of all computers over 3 years old and the back up CD is showing [...]

Answer Question   |  March 31, 2012  7:43 AM
.NET 2003, Source code management, Visual Basic .NET
asked by:
5 pts.

Get source code from .EXE file
I want to get the actual source code of program using the .EXE file. Is it possible to get the source code?

Answer Question   |  May 9, 2013  1:33 PM
.exe, Source code, Source code control, Source code management
asked by:
5 pts.

Error: Pointer not set for location referenced using QykmExportKeyStore
I have the next source code :   int main ()  {     char * volatile path     = "/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB" ;           int  * volatile pathLength   = new int ( strlen ((char* )  path ) ) ;                char * volatile format   [...]

Answer Question   |  March 31, 2012  3:21 PM
QykmExportKeyStore, Source code, Source Code Analysis, Source code management
asked by:
330 pts.

debugging work, application not work
Hi I have a quick question I write an window form app code for my work everything works fine the only issue is I can not run the project application but when I debugging its work great   this is my source code #pragma once namespace project {  using namespace System;  using namespace System::ComponentModel;  using [...]

Answer Question   |  March 31, 2012  7:47 PM
Debugging, Source code, Source code management, VC++
asked by:
63,535 pts.

asked by:
5 pts.

iSeries source code recovery: SRC B9003E30
Hello there, We still have an old S10 system, on V5R2, for DEV users and unfortunately no more support. Now we have a damaged QSYS object, *SVRPGM, Q2CIO, that we cannot even execute a command. We tried doing an IPL but then we got SRC code B9003E30. Does anyone know how to recover from this [...]

Answer Question   |  January 6, 2011  6:56 AM
AS/400 IPL, AS/400 Troubleshooting, QSYS, Source code management, V5R2
asked by:
105 pts.

Showing Source code in iSeries is A6070255
Hi All i am working in iseries server type is 9117 modal mma and version is v5r4. While am working my 5250 Screen is disconnected and i was trying to ping my server its not pinging and while am checking in HMC about my server status its showing status is running and also its showing [...]

Answer Question   |  January 26, 2011  10:32 AM
iSeries, iSeries data center, Source code, Source Code Analysis, Source code management, V5R4
asked by:
130 pts.

Template for creating source code security
Anyone who has a template in creating a source code security policy? Thanks!

Answer Question   |  December 6, 2010  5:00 PM
Secure Coding, Security in 2010, Source code, Source code management
asked by:
5 pts.

Module works on single domain name
i have created a module . i want to fill domain name after installation this module one time only. after that this module works. any one tell me how it is posibble by coding.

Answer Question   |  October 4, 2010  6:48 AM
.NET, Coding, Domain Administration, Source code management, Source Coding
asked by:
5 pts.

Help in adapting the following code:
[table cellpadding="0" cellspacing="0" width="100%"> [tbody] [tr] [td style="font-family: Arial, sans-serif; color: #444444; font-size: 13px; font-weight: normal;" class="smalltxt" valign="top">a) Two columns - the Filipino Population and the Total Population b) The Filipino Population as a percentage of the total population SELECT DISTINCTROW POPDATA.CITYNUM, COUNT (*) FROM POPDATA WHERE POPDATA.ANCNUMBER=720 GROUP BY POPDATA.CITYNUM ORDER BY COUNT (*) [...]

Answer Question   |  September 6, 2010  6:59 PM
Code, Code Complexity, Source Code Analysis, Source code management
asked by:
10 pts.

How to transfer source code from AS/400 to PC to CD.
What is the quickest way to transfer multiple RPG and DDS source code members from an AS/400 to a PC and then to a CD.

Answer Question   |  August 20, 2008  2:26 PM
DDS, RPG, Source code, Source code management
asked by:
5 pts.

1