Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~6K People Reached
Member Avatar for TacticaLGS

Hey everybody. So I ordered all new parts for a brand new PC recently. Intel Core 2 Duo E6750 Gigabyte GA-EP35-DS3P 2GB DDR2 RAM Seagate 500GB HDD Atrix Gaming Case GeForce 8800 GT Sonic Here is my problem... I hooked up my mobo, PSU, CPU, heatsink and GFX card. The …

Member Avatar for coolraj003
0
277
Member Avatar for mike issa

Im writing a code and included many library files (.lib) with it , when i compile all is fine 0 errors and 0 warnings , but when i built i got problems. when using VC 6.0 i got this warning [CODE]LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of …

Member Avatar for mike issa
0
333
Member Avatar for mike issa

i have a header file and one of the function prototypes is [CODE]extern "C" LONGBOOL _stdcall LT360LIB_CmdValue(LONGINT Handle, LONGINT CmdID, char * ParamValue);[/CODE] and there is an example of using this code [CODE]z=LT360LIB_CmdValue(0, lt_Goto_CCW, "5.5");[/CODE] when i try this code it compile and builds correctly but when i run the …

Member Avatar for mike issa
0
340
Member Avatar for garblund

I have Visual C++ 2008 Express Edition and I am just trying a sample program to see what happens when it is run. I just don't know what to do to compile it. All the examples I have seen so far don't help. Some show going to "Build" on top …

Member Avatar for mike issa
0
167
Member Avatar for mike issa

hi all i was a able to create a .def file from lt360lib.dll using Borland C++ (impdef.exe) [CODE]LIBRARY LT360LIB.DLL EXPORTS LT360LIB_CloseLink @3 LT360LIB_Cmd @7 LT360LIB_CmdIndexValue @9 LT360LIB_CmdString @10 LT360LIB_CmdValue @8 LT360LIB_GetDllVerDate @1 LT360LIB_GetUsbFirmwareVerDate @6 LT360LIB_LinkedCnt @2 LT360LIB_OpenLinkCOM @5 LT360LIB_OpenLinkUSB @4 LT360LIB_ReadBinary @12 LT360LIB_WriteBinary @11 [/CODE] how can i convert this …

Member Avatar for mike issa
0
3K
Member Avatar for mike issa

i have a dll "lt360lib.dll" and want to create a .lib file in order to link with it. when trying to create a .def file using impdef.exe that comes with c++ builder i get the following error "error lt360lib.dll: unknown filetype" by the way i enter the command using command …

Member Avatar for mike issa
0
816
Member Avatar for mike issa

I am having problems with using a header file called lt360lib.h My code is as follows [CODE] #include <lt360lib.h> #include <iostream> using namespace std; main() { } [/CODE] as you can see it is a simple code just to test if the header file is being accepted or not. but …

Member Avatar for Jishnu
0
409
Member Avatar for mike issa

i recently bought a st585v6 router and its working fine.My question is about the intrusion detection software, it gave me until now 16 intrusions on udp_null_port while the rest are zero , what does this mean? is someone trying to hack my router ? or could it be generated due …

Member Avatar for mike issa
0
140
Member Avatar for mike issa

hi everyone, i have a problem with my monitor sometimes when i am working it turns green, i can still see everything on the screen like text and graphics and so on but all are green!! also sometimes it loses the signal and i have to switch it off and …

Member Avatar for mike issa
0
80
Member Avatar for mike issa

hi all, i have a matlab problem when i write this program (which is simple :) since im a beginner) clear all close all clc [x,y]=meshgrid(-2:.1:2); z=x.*exp(-((x-y.^2).^2+y.^2)); mesh(x,y,z),title('mesh'):) hidden off colormap hot % cool,bone,copper,pink,jet,gray colorbar figure contour(x,y,z),title('contour') figure surf(x,y,z),title('surf') figure meshc(x,y,z),title('meshc') figure meshz(x,y,z),title('meshz') figure surfc(x,y,z),title('surfc') figure waterfall(x,y,z),title('waterfall') it gives me …

0
46