Hows this for ease of use?

1301 byte By JamesSchumacher at 2007-11-20 10:51:48
Here is my WinMain file. Keep in mind, that the *.exe link post is that large because of all my library code compiled in (changed project settings to test).#include "StdAfx.hpp"#include "Lore.Core.hpp"using namespace Lore;using namespace Lore::GUI;extern "C" int __stdcall WinMain(HINSTANCE hInstance...

Fault Tree Analysis

375 byte By openit at 2007-11-20 10:52:04
Hi all, Im a final student, I have a project for my thesis which is FTA and Im using OpenFTA software but I dont know which is file that connect all file (main file). We want to develop this software such as : this software when it report only text, I want this report is a chart and text. Do you he...

HTTP Recording in TPTP

129 byte By saroja_kannan@syntelinc.com at 2007-11-20 10:52:07
Hi,<br/> I am not able to perform HTTP recording while i am in VPN Connection in TPTP, Please tell me a solution for that.

Package and Developement in Rational Robot

167 byte By saroja_kannan@syntelinc.com at 2007-11-20 10:52:08
Hi,<br/> I have developed a project in Rational Robot, i want to make the project as a Package, Is there any package and development wizard in rational robot.

VXWorks

1165 byte By rajetaro at 2007-11-20 10:52:48
Hi,I am new to vxWorks and to dev-archive too.Sorry for posting here.Couldnt figure out how to start a new thread.i am facing memory allocation problem. I need to allocate about 5.5MB of memory for a file, but it fails stating that there is not enough big chunk of memory to be allocated.(Allocating...

perpendicular distance between 2 contours?

2825 byte By orbital at 2007-11-20 10:53:01
Hi,I have two 2-D contours with the x and y points for each known. I am trying to find the perpendicular distance from each point of contour 1 to contour 2 in Matlab. This is my general algorithm:1. Perform cubic spline interpolation through the points of contour 12. Differentiate to get tangent...

Graphing Implicit Equations

213 byte By wfunction at 2007-11-20 10:53:23
Given a really random implicit equation (like y^5+3y^4+4y=-x^3+sin(x)...), which cannot be simplified, how would you graph it? In other words, how to computer programs which can do this, find the solution so well?

Should eLearning be so difficult to Eat

3760 byte By wondershare at 2007-11-20 10:53:53
September 18th, 2007- Wondershare, the rapidly growing content authoring tool provider today launched release of Rapid E-Learning Suite, a set of tools to create dynamic interactive learning and training materials. As technology and internet are being more widely used and changes the way people lear...

Pattern suggestion required!

685 byte By JayKay123 at 2007-11-20 10:54:14
Hello,I've got a web service with multiple groups of clients using it. The web service wraps an enterprise search engine methods.What's the best pattern for introducing a "security" or authorisation component providing access to clients to their designated authorised search index catalogs...

Generate PDF reports in Microsoft SQL Server 2000 and 2005 Reporting Services

1070 byte By aspose_seo at 2007-11-20 10:54:23
Aspose.Pdf for Reporting Services makes it possible generating PDF reports in Microsoft SQL Server 2000 and 2005 Reporting Services. All RDL report features including sections, images, textboxes, charts, lists, tables, matrices, styles, rectangles, lines, headers and footers are converted with the h...

Convert a VB.Net app to a web app?

146 byte By furjaw at 2007-11-20 10:55:15
I wrote a Windows Forms application in Visual Basic 2005. <br/>What would be involved in converting it to run as an internet web application?

stuck with exposure program

22871 byte By pongo.. at 2007-11-20 10:55:22
i am a c programing student and am stuck with a program. the program has to give an exposure value when given an iso and an aperture value, i have tried lots of things and i cant get it, any help would be so great!! thanks#include <stdio.h>#include <string.h> /*************************...

yellow color in hsv

278 byte By farnaz at 2007-11-20 10:55:30
hi dear all<br/>can anybody help me in defining yellow & red in hsv color space<br/>i have the code which yiannakop (i don`t remember what the post name was) had written for defining blue in hsv but i just could define white .<br/>now...any idea?<br/>very much thnx in adv

Matlab Code for Power System Loss

472 byte By rinaishlene at 2007-11-20 10:55:34
Hi,I'm working on final project about the vulnerability assessment of a large sized power system using a new index based on power system loss.This project will be based on 3 formulations;PSL(power system loss),ALL(anticipated loss of line) and GVI(generation vulnerability index).I'm having...

Lore.Core C++ API....

247 byte By JamesSchumacher at 2007-11-20 10:55:44
This a C++ framework that I am writing. It is about 70% complete.<br/>BETA API ( http://cid-f7d26664ce20e649.skydrive.live.com/self.aspx/Freeware/Lore.Core%20(BETA))<br/>Check out the TicTacToe sub folder for a TicTacToe game with source.

An accurate form of Sleep()?

979 byte By JamesSchumacher at 2007-11-20 10:56:31
bool Thread::Sleep(unsigned long dwMilli) throw() { unsigned long long qwCurrent(0),qwPrevious(0),qwDifference(0),qwTicksPast(0); const unsigned long long nFrequency = GetTicksInSecond(); // Uses QueryPerformanceFrequency const unsigned long long nTicksInMilli...

your valuable suggestions

1251 byte By nitin1979 at 2007-11-20 10:57:09
HI all Members,I would like to thanks to all members and others who create such a great forum site.I want some suggestions. Me interested in doing programming in C++ maybe project related to Graphics or Networking or System Programming.But major drawback is that after doing my MAster's Degree i...

Resume question

2110 byte By MrDoomMaster at 2007-11-20 10:57:42
Hi,I'm currently working on my resume that targets the software development industry. I have a strong background in video game development, however I do not want to limit my resume to target ONLY that portion of the industry.I've currently got a list of my skills that I split up into three...

Not Homwork Fun Project

753 byte By joebenjamin at 2007-11-20 10:58:02
Im tring an experiment that will generate 7000 integer random numbers and save them in an array. Then I need to copy these 7000 values into a second array, so that I have two identical integer arrays. In a function, I want to sort the first array with an un-optimized bubble sort. In a second functio...

any Colony Optimization

185 byte By kml at 2007-11-20 10:59:00
do anyone here know about Ant Colony Optimization??<br/>pls send a reply to me if anyone know it//<br/>so that i can ask further about it<br/>Please...<br/>Thank you

Stack Abstract Data Type Question

261 byte By jack223 at 2007-11-20 10:59:23
Can someboy help me with this question, plz...<br/>Suppose someone designed a stack abstract data type in which the top function returned an access path (or pointer), rather than returning a copy of the top element. This is not true data abstraction. Why?

22 year old guy having sex with a 16 year old girl

590 byte By Dewayne2 at 2007-11-20 11:00:04
Hi. Long time reader, first time poster.I found this in a fitness forum.A guy, 22, wants to have sex with a girl who's 16. I'm the dad of a 1 year old daughter. I am worried about her enough as it is, but I cant think of how much I'd worry about this if this was my daughter. I'm...

Test tools

506 byte By Tischnoetentoet at 2007-11-20 11:00:33
Hi all,We want to run some integration tests in our company. We have already written a lot of unit tests for each component (total solution consists of several different and separate applications).Now, we want to test the integration of all the components and test failures by taking servers down to...

Problem with makefile in Eclipse

938 byte By ashish solanki at 2007-11-20 11:02:06
hi every body i am ashish working on eclipse having some problem can anyone help me out . i got prblem in makefile.i tried for a simple program as i m beginnerr.my code is as follows#include<stdio.h>#include<conio.h>void main(){ printf("hi how r u"); getch();}and my makefile as follo...

New laptop for Programming

1353 byte By TeachMe32 at 2007-11-20 11:02:15
Hello, I am looking for some information on what Type of laptop will I need for programming. Please forgive my newness. I am currently burned out on networking and workstation support and needing to start over so I have invested in Visual studio 2005 professional ( student edition ) This has came...

Congrats to Arjay on an amazing 2000 posts!

16 byte By PeejAvery at 2007-11-20 11:02:20
Congrats! :wave:

Multi-class Audio Segmentation - Classification , Matlab Demo

1170 byte By yiannakop at 2007-11-20 11:02:45
Hi everyone. In addition to this ( http://www.dev-archive.com/forum/showthread.php?p=1495190#post1495190) post, I post here my latest tool for audio segmentation. This tool is used for segmenting an audio stream (like the speech-music discrimination demo) BUT, the segments are classified in 8 audio c...

final year project

308 byte By ibegi.saviour at 2007-11-20 11:02:51
please, am a student of computer science, presently in my final year and getting ready to write my final year project. i have no topic yet thats why am writting.i want a suggest of a very nice topic that is impresive and interesting.i will appretiate any of your suggestion.thx....

JS/CC Parser and Lexer Generator

2342 byte By codepilot at 2007-11-20 11:02:58
Hello to everybody!I just wanted to anounce you about a new parser generator project I released the last days. It is the JS/CC, a LALR(1) parser generator for JavaScript/ECMAScript, with the feature that it was itself entirely written in JavaScript. The JS/CC parser generator is based on the concept...

EZNamespaceExtensionsMFC 2.0 released

1103 byte By ssware at 2007-11-20 11:03:52
EZNamespaceExtensionsMFC 2.0 is a framework for fast, painless and easy development of Windows Explorer namespace extensions in MFC, ATL or plain C++. It features Visual Studio Project Wizards which generate a ready to build-and-view namespace extension with all the basic functionality in a couple o...

best/easies language for interfacing with hardware and WINx OS?

705 byte By KrissKross at 2007-11-20 11:03:54
first of I should mention that I have essentialy no coding skills in any programing language except for a very beginner level understanding of c. What I would like to know is what language would be the easiest to learn and also be capable of interfacing with hardware cpus and with windows, without t...

Probability based selection

532 byte By fezztah at 2007-11-20 11:04:01
Assume an ordered list of n objects.Object(0) has the lowest score, object(n-1) has the highest.Now we measure the intelligence of the "person" picking from the list by rating him with a percentage. 0% means a very high probability of picking item 0 or something close to zero.50% means he could pick...

congrats to Paul McKenzie for 15000 posts

63 byte By cilu at 2007-11-20 11:04:04
Wow, that's a big number! Great posts, keep it up! :thumb:

Security Add-On

799 byte By miteshpandey at 2007-11-20 11:04:10
We have a product that runs as a windows service. And now we are thinking of adding a security layer as an add-on to the service.The security layer should lock down the PC (not in the literal sense) but should restrict the users from using the PC to do other things other than use the functionality p...

Urgent:fastest and most secure crptographic algorithm

544 byte By jskemb at 2007-11-20 11:04:11
Hi guys,I am workin on a small project where i need to use the fastest and the most efficient cryptography algorithm for a small microcontroller.Its for safe data communication between a client and server.Have gone through a lot of the common ones like RSA and AES but have not managed to finalise wh...

Dependency_Walker - command line - functions

304 byte By TI_talker at 2007-11-20 11:04:27
Has anyone ever used the Dependency Walker program to send functions to an output file? I've been able to get Dependency Walker to work in the command line mode to send the DLLs to a .csv file. However, I need to do this to get the exported function names in the DLL. Anyone have any suggesti...

Philosophical Programming

1625 byte By RaleTheBlade at 2007-11-20 11:04:31
I was thinking about something today, is there ever a point where in programming that a man learns all he can learn? C++ and C# certainly have boundaries that can be reached. But I'm not talking about the limitations of the languages themselves versus other languages which can do more/less. I&#...

Homemade iPod Nano charger.

712 byte By PeejAvery at 2007-11-20 11:04:48
Since I got a new iPod Nano, I needed to get a charger for it so that I wouldn't have to turn on my computer every time that I wanted power. Well, instead of coughing up a lot of money, I decided to make my own.I purchased a 4 AA battery holder ($1.89), a 5V fixed-voltage regulator ($1.59) from...

Google Web Toolkit Conference

3778 byte By heatherk at 2007-11-20 11:04:53
About the ConferenceDecember 3-6 2007San Francisco, California http://www.voicesthatmatter.com/gwt2007/index.htmlGoogle Web Toolkit enables developers to use their favorite Java tools to build AJAX applications without having to tackle the steep learning curve and quirks of JavaScript and CSS. The Vo...

Licenses problem for a new in-house developer

6172 byte By Luchin_plusplus at 2007-11-20 11:04:54
O'kay, it's a really long time I havent come here, because I was quite busy (this is my senior college year and I will have to do intra-college market analysis and segmentation in order to just begin my final thesis).Now I came because I'm having a serious migraine over software licen...

Mandelbroetchen - A small Mandelbrot fractal renderer

1451 byte By Zaccheus at 2007-11-20 11:05:29
Download ( http://www.rclsoftware.org.uk/download/mandelbroetchen/index.html)===============Mandelbroetchen===============The Mandelbroetchen application is an attempt to implement displayingthe Mandelbrot fractal in a way which makes the source code as simpleand as easy to understand as possible. Th...

What should I do (if anything)....

2135 byte By JamesSchumacher at 2007-11-20 11:05:31
with this damage algorithm? unsigned long __stdcall CalculateDamage(unsigned long dwWeaponDamage,unsigned long dwAttack,unsigned long dwStrength, unsigned long dwDefense,unsigned long dwVitality) throw() { unsigned long dwTotalOffense = 0,dwTotalDefense = 0;...

Reverse a Stack

383 byte By jayakrishna at 2007-11-20 11:06:19
Hi all,How do we reverse the values of a stack? Suppose we have a stack (say stack1)with following values: a b c d e f and we have another empty stack (say stack2). With the help of stack2, how do we reverse the values in the stack1. i.e., after the reverse operation the stack1 should contain the v...

Windows SDK User Interface SendKeys

155 byte By DanaG at 2007-11-20 11:07:00
Using Windows SDK User Interface<br/>I can't get SendKeys to work and all i need is to press the Enter key where the window is currently focused.

Technical tip for loading a web image to an Excel worksheet

879 byte By aspose_seo at 2007-11-20 11:07:14
Aspose publishes October 2007 Newsletter for .NET & Java programmers with introductory information about our spotlight product: Aspose.Pdf for Reporting Services. We will also look at the new and exciting features offered in the recent releases of Aspose.Words for Reporting Services, Aspose.Network,...

Michael Kwiatkowski

172 byte By finch at 2007-11-20 11:07:23
Okay, the question is about debate. <br/>How do you own someone when you're arguing fact with opinion ( http://www.deadendsociety.net/forum/showthread.php?t=7451)?

Congrats VictorN on hitting the 6k mark

48 byte By kirants at 2007-11-20 11:08:16
congrats and hoping to see thousands more :wave:

Congrats JonnyPoet, Arjay and Hannes du Preez

54 byte By PeejAvery at 2007-11-20 11:08:26
Congratulations for winning the article awards. :wave:

Software Factories in Methods & Tools Fall 2007 issue

466 byte By Franco Martinig at 2007-11-20 11:09:59
Methods & Tools is a free e-newsletter for software developers, testers and project managers. Fall 2007 issue's content:* Measuring Integrated Progress on Agile Software Development Projects * Lean Configuration Management * Refactoring Your Development Process with Retrospectives * Mass Custom...

Thoughts on the D programming language

182 byte By goatslayer at 2007-11-20 11:10:08
I've been seeing the D programming language rise up the ranks recently, I was wondering if anyone in these forums had much experience with it and what their thoughts of it were?