|
-
Aug 6th, 2010, 11:22 PM
#1
Thread Starter
New Member
no source code --no programmer
I have my 7 yr old program -- need to change 1 line ( Calculation ) Is there a way without the source code ? He said it was done in visual basic
-
Aug 7th, 2010, 12:56 PM
#2
Re: no source code --no programmer
Welcome to VBForums 
As your question doesn't involve databases, I have moved this thread from the 'Database Development' forum to the 'General Developer' forum.
Whether it is possible depends mainly on which of the variations and editions of Visual Basic it was, but the answer is almost certainly no. Given "7 years" I suspect an edition of VB6, in which case it is a definite no.
-
Aug 9th, 2010, 03:46 AM
#3
Re: no source code --no programmer
What exactly needs to be changed? It's likely possible by modifying the byte code of the executable.
Anything beyond changing a value or something like a simple 'replacement' is going to require a bit more work, and you'll need to find a programmer that's skilled in assembly, and 'patching' software.
Software I use and highly recommend: Opera, Miranda IM, Peerblock, Winamp, Unlocker Assistant, JoyToKey, Virtual CloneDrive, Secunia PSI, ExplorerXP, GOM Player, Real Alternative, Quicktime Alternative,Sumatra PDF, and non-freeware: Photoshop and VB6( ).
My codebank: AllRGB, Rounded Rectangle(math), Binary Server, Buddy Paint, LoadPictureGDI+, System GUID/Volume Serial, HexToAsc, List all processes and their paths, quasiString matching
Strings(search, extraction, retrieval etc): Retrieve BBCode Link from HTML, RemoveBetween ()'s, strFindBetween(str1,str2), Insert text in HTML, HTML - GetSpanByID
-
Aug 9th, 2010, 09:12 AM
#4
Thread Starter
New Member
Re: no source code --no programmer
ty you The program start up says it was crealed in 2002 - It also has windows version with certain number I need to change one word and it makes calucations and prints them on screen. I need to change formula for one calculation ( mathmatical )
-
Aug 9th, 2010, 09:30 AM
#5
Re: no source code --no programmer
There is a slim chance that it was .NET, as that first came out in 2002. Therefore, the program could be saying that it was created (written) in .NET2002, but that is almost certainly not the case, as .NET2002 was probably not called that until later.
Changing a formula is a serious change, not the simple value change that FireXtol was referencing. A value would occupy a couple bytes in memory that could be altered. A formula would represent some significant series of processor instructions. That would require the programmer with the skills that FireXtol mentioned.
My usual boring signature: Nothing
 
-
Aug 9th, 2010, 01:20 PM
#6
Re: no source code --no programmer
hasmanmason by saying "your program" you mean that you have the rights to it?
-
Aug 9th, 2010, 03:12 PM
#7
Thread Starter
New Member
Re: no source code --no programmer
Yes -- I donnload a commadeliment file from outside source -- It will put these into evaluations and be represented by numbers ( simple calculations ) I paid the programmer in 02 and my name is in program as owner. I need to change one file name and one calculation ty
-
Aug 9th, 2010, 03:34 PM
#8
Re: no source code --no programmer
If you don't have the source, you will have to go down the road FireXtol already suggested. As Shaggy has also said, it's not as trivial as changing a couple of bytes in a binary file.
I don't think that anyone can provide any further meaningful suggestions unless you can provide more input.
-
Aug 9th, 2010, 07:55 PM
#9
Re: no source code --no programmer
Most people won't be able to provide any further meaningful suggestions no matter what input you provide. I would not be getting my hopes up. Without the source code, the change needed, though it may seem trivial to you, would require a highly specialized skill set, which won't come cheaply. You will have to decide how much you are willing to sink into this. Of course, if the program is mission critical, you are now stuck between a few bad options.
My usual boring signature: Nothing
 
-
Aug 9th, 2010, 10:24 PM
#10
Thread Starter
New Member
Re: no source code --no programmer
thanks for your help - Its not critical , just would like to have it more appealing. Im a pony player that will be starting a site soon. I want to give new players some direction , it has taken about 30 yrs. to develope reliable mathmatic indicators , since there can not be a true mathmatical formula I intend to share the program ( not charge ) ty for your imput
-
Aug 9th, 2010, 10:45 PM
#11
Thread Starter
New Member
Re: no source code --no programmer
I found this on set up disk setup- microsoft visual studio
file ver 7.0xxxx.xxxx x are rep by numbers
created 1/4/2002
Does this rep anything
also has 4 letters for programmers name
ty
-
Aug 10th, 2010, 06:44 AM
#12
Re: no source code --no programmer
That may indicate that the software is written in .Net 2002. If that's so and assuming that the executable and associated libraries are not protected or obfuscated, the software could be decompiled using something like Reflector.
-
Aug 10th, 2010, 03:25 PM
#13
Thread Starter
New Member
Re: no source code --no programmer
Thanks for everyones response -- It has been very helpful.
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
|