o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How does source code leak -

Lets not confuse this with "I would like to get leaked source code"

Anyway, how does source code of any leak, in paticular Windows Source Code (like recent events). I mean, does it magically just open notepad and post the code in there? I mean, i though source code was in retrievable, something to do with Source Code > Machine Code > Binary? Hence so called dissasembly tools etc, if this is so easy to retrieve Source Code, then that sucks for huge Software Developers.

A little info please

 

How does source code leak -
Lets not confuse this with "I would like to get leaked source code" Anyway, how does source code of any leak, in paticular Windows Source Code (like recent events). I mean, does it magically just open notepad and post the code in there? I mean, i though source code was in


Memory Detection Problem -
This is a attempt I try to learn memory leak detection. I used a working MFC SDI app which I wrote a month ago. No memory leak detected. So I purposely do a memory allocation and never deleted it. Fine. Memory leak detected with the errant line reported. If I tried moving the mem


Visual Studio 2002 memory leak! -
I have done several tests, all confirming that there is a LEAK! To produce leak: int param= COLOR_BACKGROUND; COLORREF c=0; ::SetSysColors(1, &param, &c); I'm curious to see how far MS is letting this slide, please let me know if any of you have this same problem and


Memory Leak with "C" Code Question -
I have a C code file that a memory leak prevails possibly because of something in a bitBlt command. How do I change the lines with the bitBlt command so that the memory leak will disappear and the game will run smoothly? I will provide a sample of the bitBlt command lines in the ne


WIN95 Resource Leak -
Hi All, We're using the following configuration: 1. WIN95 (customer requirement) 2. VB6 SP5 3. Janus Gridex 2000 (third party control) 4. 256 colors (believe it or not, it matters) Our problem is as follows: When loading the control in runtime, repeatedly (that is - load, un


Memory leaks -
I have a couple of ideas that I need some help on: 1.) I have a program that has an obvious memory leak in it. Is there a debugging tool or method available that would allow me to see what resource in my program is responsible for the leak? 2.) I am using an active X control in a


Totally Mad Memory Leak -
Anyone seen anything like this before: Code: VARIANT myFunc(void); VARIANT vMyVarOK = myFunc(); _variant_t vMyVarLeaks = myFunc(); I have code where the second assignment leaks memory (you have to cycle it a lot of times, but the leak then beomes significant). T


Windows Source Code Leak -


Memory leak detectives -
Hi, I would like to know the best way to find memory leak. I mean if there is one, how big is it, in my apps and in other app or third party stuff. Do you know a tool or do you know a way to find them out.


Need Help With Another Game In Development (This Time with "C" Code) -
I have code contributed by somebody for a virtual game that was created by another person using C code (it's not the one I am trying to create, btw). I have a demo version of that game, and a memory leak prevails. If anybody can try to locate and fix the memory leak on my behalf, feel


Trace Memory Leak -
Good day, everybody... I was wondering... how do I trace my program's memory leak, which is written in Visual C++? In other words, it's there any tool that is available for me to used to trace memory leakage? Thank you...


Good softwares for memory leak -
Hi guys, do you knows some good softwares (also free) to detect memory leak ? Thank


Slow application on XP -
Hey everyone, I have an old vb 6 app that I maintane for a company that uses, gulp, a dos based backend. It is very archaic and unfortunately they do not want to pay to have a full windows product made. The problem is it runs really, really slowly on xp. There appears to be a mem


How to check for Memory Leak -
Guys, is there a way for me to check if my application suffer memory leak?? cause someone claim that my application contains memory leakage... how can i be sure and how should i go about it? is there a tools for testing this ... my application is built using vb6/..


msimg32.DLL ad BAD memory leak -
I'm using msimg32.dll in a program and have it set up to Alphablend a picture onto another picture at the current mouse cursor location while the right mouse button is down. The effect is that you can "drag" the blend image into position. My problem is that there is a bad mem


question regarding memory leak -
I am using a function in a class module calling to a stored procedure that is passing byref an ado recordset as a parameter. First I check the db connection and if it fails it goes to an internal errorhandler followed by an exit function. My question is by passing a recordset (byref)


memory leak while passing a component in a function -
I have a fucntion see below Public Sub sFillFlex(flx As MSFlexGrid) ' my code ....... With flx .Rows = lRCount + 1 .FixedRows = 1 .Cols = lFCount + 1 ' set headers For x = 0 To lFCount st


weird assertion failure !! -
i have tried to make a tutorial excercize on the subject of genetic algorithms. its not nessary to understand what genetic algorithms are to try solve my problem. i have some code that is called about 10 Million times, oddly it produces about 3-10 assertion failed per run !!


MTS memory leak with an Excel instance -
Hi All, I am getting a memory leak when I try to shut down an instance of Excel controlled by an MTS DLL. The code I am using seems to be pretty standard (VB 6). However when I close the Excel instance and set it equal to nothing the MTS engine does not release the memory. This may


Memory Leak in VB/BLOB/Oracle -
Has anyone got any good advice on resolving memory leaks? I am currently importing a large number of images from directories into an Oracle database. After n number of images have been imported the procedure doesn't import the Blob data correctly. I have started the import at var


Causes of GDI leak (with code) -
What are common causes of GDI leaks?


[2005] Open DB Connection - Memory Leak -
Hey everyone, so I'm trying to plug up a memory leak as best I can by destroying all unused objects and junk but I'm wondering... In this particular app I open a connection to the DB (SQL Server 2005) when the app loads and close it when the app is closed. I leave it open because t


Massive Memory Leak problem! -
Hey everyone.. I have a small project that I have been testing some FLASH on and it seems to be causing some type of problem with loading forms and ending the program. When I exit the program it has a MASIVE memory leak that keeps going (at one point it was 800,000k!) Also, when


API resource leak - cleanup -
Hi All: I'm building a graphics application that has a resource leak. I think I must not be cleaning up properly. Below is a list of the APIs I'm using. If anyone has any input on how to cleanup after each of the listed APIs, please post. For example, I know that I have to c


[02/03] Memory leak VB.NET 2003 -
Hi all, I noticed that my programs had a tendency to get slower with prolonged use. I checked the memory allocation and saw that it was fairly high and attempted to see why. While trying to determine how memory usage is allocated during the execution of a program, I created a simple


Memory Leak -
Either VB6 doesn't properly release memory when running in IDE mode, or i have a massive leak somewhere. Everytime i run my program, the memory usage for VB6 swells alot more than it should, I'm only loading about 4 meg of images, and I free up memory using ReleaseDC and destroying and


PLEASE HELP!!! DESPERATE.....Memory Leak -
I have a large program that I've been working on for months and when I run it in The Visual studio environment it runs perfect for 350 cycles (of a piece of software). When I build and install it on the computer, it runs for maybe 12 cycles and I get the horrible Application Err


COM Memory Leak... -
Hello... I recently downloaded source to a COM DLL. The DLL is a very decient spell checking library. I am having a problem tracking a memory leak though. I dont know if its my fault, or if it's the libraies fault. I have the source to the library. The routine in question is th


Classic VB - Memory Leak Prevention and Detection -
Overview Disclaimer. This tutorial focuses heavily on GDI. Many other APIs, OCXs, DLLs and other references you add to your project may also present opportunities for leaking. However, most of the leaks we experience are those we created via GDI and GDI+ API calls. Therefore, focus


convert DLL into vb6 source code -
Hi, I missed my visual basic 6 source code . but i have DLL file of the source code. Help me.. how do you convert DLL into source code. is it possible in vb6? I have vb decomplier lite software. but it wont convert source code format. Regards selva


Source code is different -
I have been writing on a program in a very long time now. But suddenly there is something wrong. I can't use breakpoints when I am debugging. If I set a breakpoint there will only be a yellow triagular "!" warning when I start debugging. The warning says that the source code


conversion dll -
Does anyone know of any good dll's that I could get to convert BMP files to JPG files, or some other way I could do it, it has to be done through code? I've been using one but I recently found a large memory leak in it and it is crashing any computer that runs it.


Any way to update users systems to support MaskBlt or AlphaBlend... -
or Fix the memory leak in TransparentBlt?


Getting Source -
Iv searched the forms, and so far there is no real good way to get the source of a webpage. Inet is buggy and usually doesn't return all the source the wininet dll freezes my app untill it's finished downloading the source webbrowser is out of the question.. so, that leaves winsock


Please help me find memory leak -
Please help me pros with the following attached code. The code is eating up 70-80mb of memory. Please help me i've tried everything. Thanks, Scandal NOTE: CODE IS ATTACHED IN A TEXT FILE


I really could use some help protecting my source code... -
Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out. If it helps, I am coding in VB 5.0 Enterprise Edition I appreciate all your time and effo


I really could use some help with protecting my source code... -
Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out. If it helps, I am coding in VB 5.0 Enterprise Edition I appreciate all your time and effo


stupid C++ -
newbie here to C++ can someone tell my this would fail?? p1=p1+4 p2=p1-1 for ( source = 17; source != p2; source--) it works if i said for ( source = 17; source != 3; source--)


[2005] Browsing Web Pages -
I am new to VB 2005 but have some experience of VB6. I am trying to write a routine to interrogate the source HTML code of a series of web pages. In other words: a. load web page 1 into the web browser and analyse the source code b. then load web page 2 and analyse the source c


I have a memory leak!!!! -
I have a memory leak in my code, but where??? Please help! Code: long GPUAPI RenderSingle(HDC hdc, BYTE *cart, int DrawX, int DrawY, int ZoomFactor) { UINT GV1; UINT GV2; UINT GV3; UINT GV4; UINT GV5; UINT BCnt = 0; HDC tDC; DWORD* BMPPointer=NULL; HBITMAP tBMP; i