You are here

WinMerge Portable Development

3 posts / 0 new
Last post
SnT2k
Offline
Last seen: 17 years 4 months ago
Joined: 2006-11-21 01:45
WinMerge Portable Development

I wanted to make WinMerge Portable but I have some issues on how I would treat the registry entries.

I skimmed the source code of winmerge and found the following entries which rely on the registry. (note that WinMerge, uses a Wrapper, CRegKeyEx at ReyKey.h/cpp)

VssPrompt.cpp: line 97 <-- checks/injects into Visual source safe
SourceControl.cpp: line 123 <-- ditto
PropRegistry.cpp: lines 185 and 146 <-- settings are stored here
Plugins.cpp: line 77 <-- checks for windows scripting host

I know what to do with PropRegistry (just reroute it). However, what should I do with the rest?

tittoproject
tittoproject's picture
Offline
Last seen: 5 years 3 months ago
Joined: 2005-12-09 12:23
WinPenPack

A portable version of WinMerge, X-WinMerge is already available on WinPenPack.com

Browse in the menu: Download --> X-Software --> Web-Programming

SnT2k
Offline
Last seen: 17 years 4 months ago
Joined: 2006-11-21 01:45
aye thanks, you saved me a

aye thanks, you saved me a bunch.

Topic locked