caramoan tour package

caramoan tour package

Author Topic: Creating DLLs  (Read 6382 times)

Offline 0b00000111

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 6129
  • Pogi/Ganda Points: 398
  • There is no delight in owning anything unshared.
Creating DLLs
« on: March 28, 2008, 10:53:10 AM »
Meron na ba dito gumagamit and gumagawa ng DLLs for their software projects?
E-Gizmo Mechatronix Central: www.e-gizmo.com

Tel #: (63)(2) 536-3378
Globe +63915-973-7691
Smart +63921-779-0748

Location Map

YM: julie.egizmo  aka Born2BeWired  ;D

Philippine Electronics Forum

Creating DLLs
« on: March 28, 2008, 10:53:10 AM »

Offline 'yus

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4251
  • Pogi/Ganda Points: 299
  • Gender: Male
  • hw -> fw -> sw
    • yus' projects
Re: Creating DLLs
« Reply #1 on: March 28, 2008, 10:59:57 AM »
Meron na ba dito gumagamit and gumagawa ng DLLs for their software projects?
what's DLL ?  ??? DoLL ?  ;D
join  - Philippine Electronics and Robotics Enthusiasts Club - www.philrobotics.com

Philippine Electronics Forum

Re: Creating DLLs
« Reply #1 on: March 28, 2008, 10:59:57 AM »

Offline 0b00000111

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 6129
  • Pogi/Ganda Points: 398
  • There is no delight in owning anything unshared.
Re: Creating DLLs
« Reply #2 on: March 28, 2008, 11:02:09 AM »
Dynamic Link Library ;D
E-Gizmo Mechatronix Central: www.e-gizmo.com

Tel #: (63)(2) 536-3378
Globe +63915-973-7691
Smart +63921-779-0748

Location Map

YM: julie.egizmo  aka Born2BeWired  ;D

Philippine Electronics Forum

Re: Creating DLLs
« Reply #2 on: March 28, 2008, 11:02:09 AM »

Offline 'yus

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4251
  • Pogi/Ganda Points: 299
  • Gender: Male
  • hw -> fw -> sw
    • yus' projects
Re: Creating DLLs
« Reply #3 on: March 28, 2008, 11:12:06 AM »
Dynamic Link Library ;D
from wikipedia:
Quote
Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files ? that is, Portable Executable (PE) for 32-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination.

ah ito yung mga *.dll files..
ito rin yung pagmag-i-install ka ng malaking program, aside dun sa main *.exe file,
meron din mga *.dll na files, tama ba ?  ???
ito rin ata yung mga files na madalas meron crack ?  ;D
join  - Philippine Electronics and Robotics Enthusiasts Club - www.philrobotics.com

Philippine Electronics Forum

Re: Creating DLLs
« Reply #3 on: March 28, 2008, 11:12:06 AM »

Offline rdpzycho

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 10728
  • Pogi/Ganda Points: 632
  • Gender: Male
  • Respect Begets Respect
    • rdpzycho
Re: Creating DLLs
« Reply #4 on: March 28, 2008, 11:13:34 AM »
 ;D ;D ;D

they are similar to header files we use in C...jan nakalagay yung ibang classes, etc...

hindi pa ako nakagawa ng malaking software kaya hindi ko pa na-try...
‎"Divide each difficulty into as many parts as is feasible and necessary to resolve it."
- Rene Descartes

"For every difficult problem there is always a simple answer and most of them are wrong."
- Clayton Paul

Philippine Electronics Forum

Re: Creating DLLs
« Reply #4 on: March 28, 2008, 11:13:34 AM »

Offline rdpzycho

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 10728
  • Pogi/Ganda Points: 632
  • Gender: Male
  • Respect Begets Respect
    • rdpzycho
Re: Creating DLLs
« Reply #5 on: March 28, 2008, 11:14:23 AM »
ito rin ata yung mga files na madalas meron crack ?  ;D

may pinapalitan kasi silang functions sa loob... ;D
‎"Divide each difficulty into as many parts as is feasible and necessary to resolve it."
- Rene Descartes

"For every difficult problem there is always a simple answer and most of them are wrong."
- Clayton Paul

Offline 0b00000111

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 6129
  • Pogi/Ganda Points: 398
  • There is no delight in owning anything unshared.
Re: Creating DLLs
« Reply #6 on: March 28, 2008, 11:18:16 AM »
heheheh ;D lately ko lang kasi natutunan gumawa nito... napakalaking advantage pala nito sa software development... :)
E-Gizmo Mechatronix Central: www.e-gizmo.com

Tel #: (63)(2) 536-3378
Globe +63915-973-7691
Smart +63921-779-0748

Location Map

YM: julie.egizmo  aka Born2BeWired  ;D

Offline Ganda692002

  • Size D Battery
  • ******
  • Posts: 458
  • Pogi/Ganda Points: 13
Re: Creating DLLs
« Reply #7 on: March 28, 2008, 11:19:02 AM »
3 dll palang nagagawa ko.. com dll.. Regular dll at mfc dll..

Offline 'yus

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4251
  • Pogi/Ganda Points: 299
  • Gender: Male
  • hw -> fw -> sw
    • yus' projects
Re: Creating DLLs
« Reply #8 on: March 28, 2008, 11:39:09 AM »
OT:
ano bang pinaka-ok na computer programming langauge kung gusto mong gumawa ng mga simple programs (e.g. may lalabas na window and ang function nya is mag-add lang ng dalawang numbers ).. 'yung pang-beginner lang ba..  :D
join  - Philippine Electronics and Robotics Enthusiasts Club - www.philrobotics.com

Offline 0b00000111

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 6129
  • Pogi/Ganda Points: 398
  • There is no delight in owning anything unshared.
Re: Creating DLLs
« Reply #9 on: March 28, 2008, 11:41:11 AM »
OT:
ano bang pinaka-ok na computer programming langauge kung gusto mong gumawa ng mga simple programs (e.g. may lalabas na window and ang function nya is mag-add lang ng dalawang numbers ).. 'yung pang-beginner lang ba..  :D

depende sa preference ng programmer yan... VB6 pwede na jan... pero since may alam ka na sa C, mag C# ka na lang...
E-Gizmo Mechatronix Central: www.e-gizmo.com

Tel #: (63)(2) 536-3378
Globe +63915-973-7691
Smart +63921-779-0748

Location Map

YM: julie.egizmo  aka Born2BeWired  ;D

Offline 'yus

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4251
  • Pogi/Ganda Points: 299
  • Gender: Male
  • hw -> fw -> sw
    • yus' projects
Re: Creating DLLs
« Reply #10 on: March 28, 2008, 11:43:22 AM »
... pero since may alam ka na sa C, mag C# ka na lang...
thanks.. makapag-torrent nga mamaya..  ;D
join  - Philippine Electronics and Robotics Enthusiasts Club - www.philrobotics.com

Offline 0b00000111

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 6129
  • Pogi/Ganda Points: 398
  • There is no delight in owning anything unshared.
Re: Creating DLLs
« Reply #11 on: March 28, 2008, 11:45:21 AM »
yung Visual Studio 2008 Express Edition is free from Microsoft... yun ang ginagamit ko sa mga projects ko... :)
E-Gizmo Mechatronix Central: www.e-gizmo.com

Tel #: (63)(2) 536-3378
Globe +63915-973-7691
Smart +63921-779-0748

Location Map

YM: julie.egizmo  aka Born2BeWired  ;D

Offline rdpzycho

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 10728
  • Pogi/Ganda Points: 632
  • Gender: Male
  • Respect Begets Respect
    • rdpzycho
Re: Creating DLLs
« Reply #12 on: March 28, 2008, 11:46:39 AM »
tama...

Visual C# Express Edition 2005 or 2008...free yan...may ebook din ata microsoft niyan na free, yung sa VB,start sa simpleng program tapos ang last program database ng kotse...

pero kung gusto mo lang i-try muna para ma-familiar sa Visual Studio...Visual Basic muna...tapos balik sa C#... ;D
‎"Divide each difficulty into as many parts as is feasible and necessary to resolve it."
- Rene Descartes

"For every difficult problem there is always a simple answer and most of them are wrong."
- Clayton Paul

Offline rdpzycho

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 10728
  • Pogi/Ganda Points: 632
  • Gender: Male
  • Respect Begets Respect
    • rdpzycho
Re: Creating DLLs
« Reply #13 on: March 28, 2008, 11:47:58 AM »
thanks.. makapag-torrent nga mamaya..  ;D

sa torrent makukuha mo Professional Edition... ;D

pero kung first time mo maguguluhan ka dun andami kasing ipapa-setup sayo...

kaya Express Edition muna... ;D
‎"Divide each difficulty into as many parts as is feasible and necessary to resolve it."
- Rene Descartes

"For every difficult problem there is always a simple answer and most of them are wrong."
- Clayton Paul

Offline 'yus

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4251
  • Pogi/Ganda Points: 299
  • Gender: Male
  • hw -> fw -> sw
    • yus' projects
Re: Creating DLLs
« Reply #14 on: March 28, 2008, 11:49:12 AM »
OT ulit:
ano naman yung programming language para makakapag-interface ka sa mga ports ng PC (e.g. serial saka parallel port) ?  ???
join  - Philippine Electronics and Robotics Enthusiasts Club - www.philrobotics.com

Offline 0b00000111

  • Technical People
  • Solar Power Satellite
  • *****
  • Posts: 6129
  • Pogi/Ganda Points: 398
  • There is no delight in owning anything unshared.
Re: Creating DLLs
« Reply #15 on: March 28, 2008, 11:54:08 AM »
OT ulit:
ano naman yung programming language para makakapag-interface ka sa mga ports ng PC (e.g. serial saka parallel port) ?  ???

di ko pa nasububukan ang parallel port sa .NET. pero sa serialport may built in class na ang .NET para jan
E-Gizmo Mechatronix Central: www.e-gizmo.com

Tel #: (63)(2) 536-3378
Globe +63915-973-7691
Smart +63921-779-0748

Location Map

YM: julie.egizmo  aka Born2BeWired  ;D

Offline paranz

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4525
  • Pogi/Ganda Points: 177
  • Gender: Male
  • 1/4W resistor specialist
    • RapidSignal Electronics
Re: Creating DLLs
« Reply #16 on: March 28, 2008, 12:56:37 PM »
sana meron maggawa ng tutorial thread kung paano maggawa ng DLL, using visual c++ sana  :)
PIC16 Programming Tutorial using MPLAB and Hi-Tech C
www.rapidsignalph.com/tutorials/pic16-tutorials

Arduino & gizDuino Tutorials
www.rapidsignalph.com/tutorials/arduino-tutorials

Offline mArKhAo

  • Gas Turbine
  • **
  • Posts: 2284
  • Pogi/Ganda Points: 70
  • Gender: Male
  • point and shoot
Re: Creating DLLs
« Reply #17 on: March 30, 2008, 12:48:21 AM »
0k yan.. .hehe para may makaalam din..
cut my heart out, for a souvenir....

Offline RRcom

  • CR2032 Battery
  • **
  • Posts: 45
  • Pogi/Ganda Points: 3
Re: Creating DLLs
« Reply #18 on: April 01, 2008, 02:22:59 AM »
info on DLL
katulad din yan ng .exe file minsan naka run na sa kernel or Rtos handler depende kung kaylangan sya
kung magprorogram ka sa windows at malaki ang software mo medyo matatagalan ka sa pagprogram at ang code mo ay lalaki rin ng sobra, ang dll ay isang piraso ng program parang Jigsaw puzzle na pwede mong tawagin para gawin ang isang program ex. kaylangan mong gamitin ang isang com port pwede kang gumawa ng program para sa port o kaya tawagin nalang ang dll na nag hahandle sa port tipid kana sa code sigurado ka pang walang problema ang port handler mo.
Made in Calamba City

Offline glutnix_neo

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4162
  • Pogi/Ganda Points: 166
  • Gender: Female
  • A journey to a thousand lines begins w/ LED Blink
    • Underground Workbench
Re: Creating DLLs
« Reply #19 on: April 01, 2008, 08:07:36 AM »
sana meron maggawa ng tutorial thread kung paano maggawa ng DLL, using visual c++ sana  :)
si sevenstring willing yata magshare, hehehe, nakagamit pa lang ako eh, hindi pa ko nakagagawa.

Excel VB lang ang ginagamit ko sa mga pc programming at interfacing kasi kahit anong pc na hawakan ko meron nun, except sa mga linux ciempre.
If we hear,we forget;if we see, we remember;if we do,we understand.
Let's support the use of free and open source softwares...
http://UndergroundWorkbench.wordpress.com

Philippine Electronics Forum

Re: Creating DLLs
« Reply #19 on: April 01, 2008, 08:07:36 AM »

 

Privacy Policy

Contact Us: elabph@yahoo.com