KR20000050238A - Manufacturing System and Method for executable program operating at multiple platform - Google Patents

Manufacturing System and Method for executable program operating at multiple platform Download PDF

Info

Publication number
KR20000050238A
KR20000050238A KR1020000029312A KR20000029312A KR20000050238A KR 20000050238 A KR20000050238 A KR 20000050238A KR 1020000029312 A KR1020000029312 A KR 1020000029312A KR 20000029312 A KR20000029312 A KR 20000029312A KR 20000050238 A KR20000050238 A KR 20000050238A
Authority
KR
South Korea
Prior art keywords
program
source code
library
code
generated
Prior art date
Application number
KR1020000029312A
Other languages
Korean (ko)
Inventor
김호광
김영돈
Original Assignee
김호광
김영돈
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 김호광, 김영돈 filed Critical 김호광
Priority to KR1020000029312A priority Critical patent/KR20000050238A/en
Publication of KR20000050238A publication Critical patent/KR20000050238A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution

Abstract

PURPOSE: A program construction system and method for multi control system is provided so that a programmer who program the multi-control system is apt to administer the software manufacturing and can apply to the multi-control system by solving some problems in applying the multi-control system. CONSTITUTION: A program construction system is prone to administer the software manufacturing and apply the multi-control system by consisting of compiler, library generator unit, linker, program storage control unit, common data unit, data storage control unit, data transmittance control unit, receiving control unit, library source code, CD control unit and so on. The flow chart for the program has the storage process into the record media including the program source code writing (s10) the program source code compiling(s20), the program object code and library link(s30), generated program and storage into CD(s40).

Description

다수의 운영시스템에서 실행 가능한 프로그램 제작 시스템 및 방법{Manufacturing System and Method for executable program operating at multiple platform}Manufacturing System and Method for executable program operating at multiple platform}

본 발명은 프로그램 제작에 관한 것으로, 좀 더 구체적으로는 실행파일은 다수의 운영시스템에서 실행될 수 있도록 각각 생성시키고 공통데이타는 일괄적으로 생성시킨 후, 기록매체에 저장시킴으로써 다수의 운영시스템에서 실행 가능한 프로그램 제작 시스템 및 방법에 관한 것이다.The present invention relates to a program production, and more specifically, executable files are each generated to be executed in a plurality of operating systems, and common data are collectively generated and stored in a recording medium, which can be executed in a plurality of operating systems. A program production system and method.

컴퓨터 프로그램은 일반적으로 한가지 운영시스템에서 실행될 수 있도록 제작된다. 그러므로 응용프로그램 또는 게임프로그램 등은 한가지 운영시스템에서는 실행되지만 다른 운영시스템에서는 실행되지 않아 호환이 되지 않게 된다. 따라서 임의의 운영시스템에서 실행될 수 있는 프로그램은 제작자에서 제공하는 범위 내에서만 사용이 가능하게 된다.Computer programs are generally designed to run on one operating system. Therefore, applications or game programs run on one operating system but not on other operating systems, making them incompatible. Therefore, programs that can be run on any operating system can be used only within the scope provided by the manufacturer.

도 1은 종래의 실시예에 따른 실행프로그램을 생성하고 기록매체에 저장하는 과정을 나타낸 플로우챠트이다.1 is a flowchart illustrating a process of generating an execution program and storing the result in a recording medium according to a conventional embodiment.

먼저, 임의의 운영시스템(예컨대 윈도우)에서 운영하고자 하는 응용프로그램 또는 게임프로그램의 소스코드를 작성한다(S10). 그리고 상기 작성된 소스코드를 컴파일러를 통해 컴파일시킨다(S20). 이와 같이 소스코드를 컴파일하면 오브젝트코드가 생성된다.First, source code of an application program or a game program to be operated in an arbitrary operating system (for example, Windows) is created (S10). The compiled source code is then compiled through a compiler (S20). If you compile the source code like this, object code is generated.

계속해서 링커를 사용하여 상기 오브젝트코드와 라이브러리를 링크시킨다(S30). 그러면 응용프로그램 또는 게임프로그램의 실행파일이 생성된다.Subsequently, the object code and the library are linked using a linker (S30). This creates an executable file for the application or game program.

마지막으로 상기 생성된 실행파일과 이미지파일 및 사운드파일을 예컨대 CD와 같은 기록매체에 저장시킴으로써 소프트웨어제작이 완료되게 된다.Finally, the software production is completed by storing the generated executable file, image file and sound file in a recording medium such as a CD.

그러나, 이와 같은 종래의 방법은 지원해야할 운영시스템의 종류가 많아질수록 작업이 복잡하게 된다. 따라서 소프트웨어의 품질관리를 용이하지 않는 문제점이 있다.However, this conventional method becomes more complicated as there are more types of operating systems to support. Therefore, there is a problem that the quality control of the software is not easy.

그리고 이러한 작업은 운영시스템에 맞추어 소스코드를 새롭게 작성하거나 변경시켜야 하는 문제점이 발생된다.In addition, this work causes a problem of having to write or change the source code according to the operating system.

더욱이 이와 같은 종래의 소프트웨어 제작방법은 제작시간이 많이 소요되게 됨으로써 소프트웨어 제작비용이 높아지게 된다.Moreover, such a conventional software production method requires a lot of production time, thereby increasing the software production cost.

따라서, 본 발명은 상술한 제반 문제점을 해결하기 위해 제안된 것으로서, 소프트웨어제작을 일괄적으로 관리할 수 있는 프로그램 제작 시스템을 제공함에 목적이 있다.Accordingly, an object of the present invention is to provide a program production system capable of collectively managing software production.

또한, 본 발명은, 다양한 운영시스템에서 실행될 수 있는 소프트웨어제작을 관리할 수 있는 프로그램 제작 시스템을 제공함에 목적이 있다.In addition, an object of the present invention is to provide a program production system that can manage software production that can be executed in various operating systems.

도 1은 종래의 실시예에 따른 실행프로그램을 생성하고 기록매체에 저장하는 과정을 나타낸 플로우챠트,1 is a flowchart illustrating a process of generating an execution program according to a conventional embodiment and storing the same on a recording medium;

도 2는 본 발명의 실시예에 따른 프로그램 제작 시스템의 구성을 나타낸 블록도,2 is a block diagram showing the configuration of a program production system according to an embodiment of the present invention;

도 3은 본 발명의 실시예에 따른 임의의 운영시스템에서 실행프로그램을 제작하고 전송시키는 프로그램 제작 시스템의 구성을 나타낸 블록도,Figure 3 is a block diagram showing the configuration of a program production system for producing and transmitting an executable program in any operating system according to an embodiment of the present invention,

도 4는 본 발명의 실시예에 따른 다수의 운영시스템에서 실행 가능한 프로그램을 제작하는 방법을 나타낸 플로우챠트,4 is a flowchart illustrating a method of manufacturing a program executable in a plurality of operating systems according to an embodiment of the present invention;

도 5는 본 발명의 실시예에 따른 임의의 운영시스템에서 실행 가능한 프로그램을 제작하는 방법을 나타낸 플로우챠트이다.5 is a flowchart illustrating a method of making a program executable in any operating system according to an embodiment of the present invention.

< 도면의 주요 부분에 대한 부호의 설명 ><Description of the code | symbol about the principal part of drawing>

111, 350 : 라이브러리소스코드 112, 360 : 프로그램소스코드111, 350: Library source code 112, 360: Program source code

113 : 공통데이타 120, 380 : 컴파일러113: common data 120, 380: compiler

130, 390 : 오브젝트코드 140, 400 : 라이브러리생성기130, 390: Object Code 140, 400: Library Generator

150, 410 : 라이브러리 160, 420 : 링커150, 410: Library 160, 420: Linker

170 : 제1 OS 실행프로그램 180, 330 : 데이터송신제어부170: first operating program 180, 330: data transmission control unit

190, 320 : 데이터수신제어부 200 : 통신부190, 320: data receiving control unit 200: communication unit

210 : 네트워크 220 : 제1 OS 실행프로그램 저장 제어부210: network 220: first OS execution program storage control unit

230 : 공통데이타 저장 제어부 240 : 저장장치230: common data storage control unit 240: storage device

250 : CD 제작 제어부 260 : CD 제작기250: CD production control unit 260: CD maker

340 : 데이터인식부 370 : 번역기340: data recognition unit 370: translator

430 : 제N OS 실행프로그램430: N OS execution program

이하, 도 2 내지 도 5를 참조하여 본 발명의 실시예를 상세히 설명한다.Hereinafter, embodiments of the present invention will be described in detail with reference to FIGS. 2 to 5.

도 2는 본 발명의 실시예에 따른 프로그램 제작 시스템의 구성을 나타낸 블록도이다. 여기서 참조부호 111은 라이브러리소스코드, 112는 프로그램소스코드, 113은 공통데이타, 120은 컴파일러, 130은 오브젝트코드, 140은 라이브러리생성기 150은 라이브러리, 160은 링커, 170은 제1 OS 실행프로그램, 180은 데이터송신제어부, 190은 데이터수신제어부, 200은 통신부, 210은 네트워크, 220은 제1 OS 실행프로그램 저장 제어부, 230은 공통데이타 저장 제어부, 240은 메모리, 250은 CD 제작 제어부, 260은 CD 제작기를 각각 나타낸다.2 is a block diagram showing the configuration of a program production system according to an embodiment of the present invention. Reference numeral 111 is a library source code, 112 is a program source code, 113 is common data, 120 is a compiler, 130 is an object code, 140 is a library generator 150 is a library, 160 is a linker, 170 is a first OS executable program, 180 Is a data transmission control unit, 190 is a data reception control unit, 200 is a communication unit, 210 is a network, 220 is a first OS execution program storage control unit, 230 is a common data storage control unit, 240 is a memory, 250 is a CD production control unit, and 260 is a CD maker. Respectively.

도면에서 라이브러리소스코드(111)는 프로그램에서 공통적으로 호출되는 라이브러리로 제작되어야 할 소스코드를 나타낸다. 이와 같은 소스코드는 컴파일러의 종류에 따른 구문 규칙에 맞추어 코딩된다.Library source code 111 in the drawing represents the source code to be produced as a library commonly called in the program. Such source code is coded according to the syntax rules according to the type of compiler.

또한, 프로그램소스코드(112)는 프로그램에서 독립적으로 실행되는 프로그램으로 제작되어야 할 소스코드를 나타낸다. 마찬가지로 상기 프로그램소스코드는 컴파일러의 종류에 따른 구문 규칙에 맞추어 코딩된다.In addition, the program source code 112 represents the source code to be produced as a program that is executed independently from the program. Similarly, the program source code is coded according to syntax rules according to the type of compiler.

상기와 같은 라이브러리소스코드와 프로그램소스코드로부터 생성되는 실행프로그램은 운영시스템(Operating System)과 컴파일러의 종류에 따라 다르게 된다. 따라서 이러한 실행프로그램은 운영시스템에 의존적이게 된다.Execution programs generated from the library source code and the program source code as described above vary depending on the type of operating system and compiler. Therefore, these executable programs become operating system dependent.

그러나 동영상파일, 이미지파일, 사운드파일은 운영시스템에 의존하지 않고, 어떠한 환경에서도 공통적으로 오픈되어 사용될 수 있다. 따라서 본 발명에서는 이러한 파일을 공통데이타(113)라고 한다.However, video files, image files, and sound files do not depend on the operating system and can be opened and used in any environment. Therefore, in the present invention, such a file is referred to as common data 113.

컴파일러(120)는 상기 라이브러리소스코드(111) 또는 프로그램소스코드(112)를 컴파일하여 오브젝트코드(130)로 생성시킨다. 이때 상기 오브젝트코드가 라이브러리소스코드(111)로부터 생성된 경우에는 라이브러리생성기(140)에 의해 라이브러리(150)가 만들어진다.The compiler 120 compiles the library source code 111 or the program source code 112 to generate the object code 130. At this time, when the object code is generated from the library source code 111, the library 150 is made by the library generator 140.

링커(160)는 상기 컴파일러(120)에 의해 생성된 프로그램소스코드(112)의 오브젝트코드(130)와 라이브러리(150)를 링크시켜 1개의 실행프로그램을 생성시킨다. 이와 같이 기본 운영시스템에서 생성된 실행프로그램을 제1 OS 실행프로그램(170)이라 한다.The linker 160 links the object code 130 of the program source code 112 and the library 150 generated by the compiler 120 to generate one executable program. The execution program generated in the basic operating system as described above is called a first OS execution program 170.

상기와 같이 생성된 제1 OS 실행프로그램(170)은 제1 OS 실행프로그램 저장 제어부(220)에 의해 저장장치(240; 예컨대 하드디스크)의 소정 영역에 저장된다. 예컨대 하드디스크(240)에는 실행프로그램이 동작되어야 할 운영시스템의 수만큼 영역이 할당되게 된다. 즉, 제1 OS 실행프로그램이 저장되어야 할 디렉토리(241)로부터 제N OS 실행프로그램이 저장되어야 할 디렉토리(242)까지 각 OS마다 디렉토리가 할당되고, 공통데이타가 저장되어야 할 디렉토리(243)가 별도로 할당된다. 상기 공통데이타 디렉토리(243)는 공통데이타가 여러 분류로 나누어지는 경우에는 각각 할당할 수도 있다.The first OS execution program 170 generated as described above is stored in a predetermined area of the storage device 240 (for example, a hard disk) by the first OS execution program storage control unit 220. For example, the hard disk 240 is allocated as many areas as the number of operating systems that the executable program is to operate. That is, a directory is allocated to each OS from a directory 241 in which the first OS executable program is to be stored to a directory 242 in which the N OS executable program is to be stored, and a directory 243 in which common data is to be stored separately. Is assigned. The common data directory 243 may be allocated to common data when the common data is divided into several categories.

마찬가지로 상기 공통데이타(113)는 공통데이타저장제어부(230)의 제어에 의해 하드디스크(240)의 공통데이타 디렉토리(243)에 저장된다.Similarly, the common data 113 is stored in the common data directory 243 of the hard disk 240 under the control of the common data storage control unit 230.

한편, 데이터송신제어부(180)는 상기 라이브러리소스코드(111) 또는 프로그램소스코드(112)를 실행프로그램이 제작되어야 할 운영시스템으로 동작되는 장치(예컨대 컴퓨터)로 순차적으로 전송되도록 제어한다. 이때 상기 데이터송신제어부(180)는 통신부(200)와 네트워크(210)를 통해 데이터를 전송시킨다.Meanwhile, the data transmission control unit 180 controls the library source code 111 or the program source code 112 to be sequentially transmitted to an apparatus (for example, a computer) operating as an operating system on which an execution program is to be produced. In this case, the data transmission control unit 180 transmits data through the communication unit 200 and the network 210.

그러면, 데이터수신제어부(190)는 상기 전송된 소스코드를 각각의 운영시스템에서 실행프로그램으로 작성하여 전송한 파일을 수신하고, 각 운영시스템에 따라 할당된 하드디스크상의 소정의 영역(디렉토리에)에 파일을 저장한다. 이와 같은 실행파일의 수신과 저장은 필요한 모든 운영시스템에 대한 실행프로그램이 수신될 때 까지 이루어지게 된다.Then, the data reception control unit 190 receives the transmitted file by writing the transmitted source code as an execution program in each operating system, and in a predetermined area (directory) on the hard disk allocated according to each operating system. Save the file. The reception and storage of such an executable file is performed until the executable program for all necessary operating systems is received.

상기와 같이 필요로 하는 운영시스템마다의 실행프로그램이 하드디스크상에 모두 저장되면, CD제작제어부(250)는 상기 저장된 모든 실행프로그램(241~242)과 공통데이타(243)를 기록매체(예컨대 CD 또는 DVD)에 기록시키게 된다. 상기 기록매체에 대한 기록은 예컨대 CD제작기(260; CD-ROM Writer)에 의해 이루어지게 된다.When all of the necessary execution programs for the operating system are stored on the hard disk as described above, the CD production control unit 250 stores all of the stored execution programs 241 to 242 and the common data 243 as a recording medium (for example, CD). Or DVD). The recording on the recording medium is performed by, for example, a CD-ROM writer (260).

도 3은 본 발명의 실시예에 따른 임의의 운영시스템에서 실행프로그램을 제작하고 전송시키는 프로그램 제작 시스템의 구성을 나타낸 블록도이다. 여기서 참조부호 310은 통신부, 320은 데이터수신제어부, 330은 데이터송신제어부, 340은 데이터인식부, 350은 라이브러리소스코드, 360은 프로그램소스코드, 370은 번역기, 380은 컴파일러, 390은 오브젝트코드, 400은 라이브러리생성기, 410은 라이브러리, 420은 링커, 430은 제N OS 실행프로그램을 각각 나타낸다.3 is a block diagram showing the configuration of a program production system for producing and transmitting an executable program in any operating system according to an embodiment of the present invention. Reference numeral 310 is a communication unit, 320 is a data reception control unit, 330 is a data transmission control unit, 340 is a data recognition unit, 350 is a library source code, 360 is a program source code, 370 is a translator, 380 is a compiler, 390 is an object code, 400 denotes a library generator, 410 denotes a library, 420 denotes a linker, and 430 denotes an Nth OS execution program.

여기서는 임의의 OS 시스템(예컨대 매킨토시, 드림캐스트, 플레이스테이션, 세가세턴 OS 시스템)에서 네트워크를 통해 라이브러리소스코드 또는 프로그램소스코드를 수신하여 실행프로그램으로 생성시킨 후, 네트워크를 통해 전송시키는 예를 나타낸 것이다.Here, an example of receiving a library source code or a program source code through an network in an arbitrary OS system (eg, Macintosh, Dreamcast, PlayStation, Segaceton OS system), generating it as an executable program, and then transmitting the same through a network. .

도면에서 데이터수신제어부(320)는 네트워크(210)와 통신부(310)를 통해 라이브러리소스코드(111) 또는 프로그램소스코드(112)를 수신한다.In the drawing, the data reception control unit 320 receives the library source code 111 or the program source code 112 through the network 210 and the communication unit 310.

그리고 데이터인식부(340)는 상기 데이터수신제어부(320)에서 수신된 데이터가 라이브러리소스코드인지 프로그램소스코드인지를 구분한다. 즉, 데이터인식부(340)는 라이브러리소스코드(350)와 프로그램소스코드(360)를 구분하여 저장시킨다.The data recognition unit 340 distinguishes whether the data received from the data reception control unit 320 is a library source code or a program source code. That is, the data recognition unit 340 stores the library source code 350 and the program source code 360 separately.

이와 같이 수신된 라이브러리소스코드(350) 또는 프로그램소스코드(360)는 번역기(370)를 통해 번역이 이루어진다. 즉, 상기 번역기(370)는 운영시스템에 따라 실행프로그램을 생성시키기 위한 문법에 맞추어 소스코드를 번역하게 된다.The library source code 350 or the program source code 360 received as described above is translated through the translator 370. That is, the translator 370 translates the source code according to the grammar for generating the execution program according to the operating system.

상기 번역된 소스코드는 각각 컴파일러(380)를 통해 컴파일된다. 이와 같이 컴파일러(380)에 의해 라이브러리소스코드(350) 또는 프로그램소스코드(360)가 컴파일되면 오브젝트코드(390)가 생성된다.The translated source code is compiled through the compiler 380, respectively. As such, when the library source code 350 or the program source code 360 is compiled by the compiler 380, the object code 390 is generated.

이때, 라이브러리소스코드(350)가 컴파일되어 오브젝트코드(390)로 생성된 경우에 라이브러리생성기(400)는 상기 오브젝트코드(390)를 라이브러리(410)로 만든다.In this case, when the library source code 350 is compiled and generated as the object code 390, the library generator 400 makes the object code 390 into the library 410.

그러면, 링커(420)는 프로그램소스코드에 의해 생성된 오브젝트코드와 라이브러리(410)를 링크시켜 실행프로그램(430)으로 생성시킨다.Then, the linker 420 links the object code generated by the program source code with the library 410 and generates the executable program 430.

마지막으로 데이터송신제어부(330)는 통신부(310)와 네트워크(210)를 통해 상기 소스코드를 송신한 시스템으로 상기 생성된 실행프로그램(430)을 전송시킨다.Finally, the data transmission control unit 330 transmits the generated execution program 430 to the system transmitting the source code through the communication unit 310 and the network 210.

도 4는 본 발명의 실시예에 따른 다수의 운영시스템에서 실행 가능한 프로그램을 제작하는 방법을 나타낸 플로우챠트이다. 여기서는 기본 OS 시스템에서 제1 OS 실행프로그램의 생성과 CD제작이 이루어지는 예를 나타낸 것이다.4 is a flowchart illustrating a method of manufacturing a program executable in a plurality of operating systems according to an embodiment of the present invention. Here, an example in which the first OS execution program is generated and the CD is produced in the basic OS system is shown.

먼저 실행프로그램을 생성하고자 하는 라이브러리소스코드와 프로그램소스코드를 생성한다(S110). 그리고 상기 기본 OS 시스템, 즉 제1 OS 시스템에서 실행프로그램을 생성한다(S120).First, generate a library source code and a program source code to create an executable program (S110). In addition, an execution program is generated in the basic OS system, that is, the first OS system (S120).

계속해서 상기 라이브러리소스코드와 프로그램소스코드를 임의의 다른 OS 시스템, 즉 제N OS 시스템으로 전송하고 실행프로그램을 생성하도록 요구한다(S130). 예를 들어 상기 제1 OS 시스템은 마이크로소프트 윈도우이다. 그리고 상기 실행프로그램이 게임프로그램인 경우에 제N OS 시스템은 매킨토시, 드림캐스트, 플레이스테이션, 세가세턴이 될 수 있다. 따라서, 다수의 OS 시스템의 실행프로그램이 요구되는 경우에는 필요한 OS 시스템에 라이브러리소스코드와 프로그램소스코드를 전송하고 실행프로그램을 생성시키도록 요구하게 된다.Subsequently, the library source code and the program source code are transferred to any other OS system, that is, the N-th OS system, and a request is made to generate an execution program (S130). For example, the first OS system is Microsoft Windows. When the execution program is a game program, the N-th OS system may be a Macintosh, a Dreamcast, a PlayStation, and a Segaceton. Therefore, when an execution program of a plurality of OS systems is required, a library source code and a program source code are transmitted to a required OS system and a request is made to generate an execution program.

이어서, 상기 임의의 OS 시스템으로 실행프로그램 생성을 요구한 후, 각 OS 시스템으로부터 생성된 실행프로그램을 수신한다(S140). 이때, 상기와 같이 임의의 OS 시스템으로부터 실행프로그램이 수신되면, 새로운 폴더를 생성하고 상기 실행프로그램을 저장한다(S150). 그리고, OS 시스템과 무관한 동영상, 이미지, 사운드 등의 파일(이른바 공통데이타)을 저장시키기 위한 폴더를 새롭게 생성하고, 상기 파일을 저장한다(S160).Subsequently, after the execution program generation request is made to the arbitrary OS system, the execution program generated from each OS system is received (S140). At this time, when the execution program is received from any OS system as described above, a new folder is created and the execution program is stored (S150). Then, a new folder for storing a file (so-called common data) such as a video, an image, a sound, etc. irrelevant to the OS system is newly created, and the file is stored (S160).

마지막으로, 상기 각각의 OS 마다 생성된 실행프로그램과 공통데이타를 기록매체(예컨대 CD, DVD 등)에 저장시키게 된다(S170).Finally, the execution program and the common data generated for each OS are stored in a recording medium (for example, CD, DVD, etc.) (S170).

도 5는 본 발명의 실시예에 따른 임의의 운영시스템에서 실행 가능한 프로그램을 제작하는 방법을 나타낸 플로우챠트이다. 여기서는 임의의 OS 시스템(예컨대 매킨토시, 드림캐스트, 플레이스테이션, 세가세턴 OS 시스템)에서 네트워크를 통해 라이브러리소스코드 또는 프로그램소스코드를 수신하여 실행프로그램을 생성시킨 후, 네트워크를 통해 전송시키는 예를 나타낸 것이다.5 is a flowchart illustrating a method of making a program executable in any operating system according to an embodiment of the present invention. Here is an example of receiving a library source code or a program source code through a network in any OS system (eg Macintosh, Dreamcast, PlayStation, Segaceton OS system), generating an executable program, and then transmitting the same through a network. .

먼저, 네트워크를 통해 라이브러리소스코드와 프로그램소스코드를 수신한다(S210). 그리고 상기 수신된 라이브러리소스코드를 OS 시스템에 맞추어 번역하고(S220),First, a library source code and a program source code are received through a network (S210). And translate the received library source code in accordance with the OS system (S220),

이어서 컴파일러는 상기 번역된 라이브러리소스코드를 컴파일 한다(S230). 이와 같이 라이브러리소스코드가 컴파일 되면 오브젝트코드가 생성된다. 그러면, 라이브러리생성기는 상기 컴파일된 오브젝트코드를 라이브러리로 만든다(S240).The compiler then compiles the translated library source code (S230). In this way, when the library source code is compiled, object code is generated. Then, the library generator makes the compiled object code into a library (S240).

계속해서 상기 수신된 프로그램소스코드를 OS 시스템에 맞추어 번역한다(S250). 이와 같이 프로그램소스코드가 번역되면, 컴파일러는 번역된 프로그램소스코드를 컴파일 한다. 이때, 프로그램소스코드가 컴파일 되면 오브젝트코드가 생성된다.Subsequently, the received program source code is translated in accordance with the OS system (S250). When the program source code is translated in this way, the compiler compiles the translated program source code. At this time, the object code is generated when the program source code is compiled.

마지막으로 링커는 상기 프로그램소스코드의 오브젝트코드와 라이브러리를 링크시켜 실행프로그램을 생성한다(S270).Finally, the linker links the object code and the library of the program source code to generate an execution program (S270).

이와 같이 임의의 OS 시스템에서 실행프로그램이 생성되면, 실행프로그램 생성을 요청한 OS 시스템으로 실행프로그램을 전송시킨다(S280).When the execution program is generated in any OS system as described above, the execution program is transmitted to the OS system that has requested the execution program generation (S280).

본 발명은 종래의 프로그램제작은 지원해야할 운영시스템의 종류가 많아질수록 작업이 복잡하게 되고, 소프트웨어의 품질관리를 용이하지 않는 문제점과, 운영시스템에 맞추어 소스코드를 새롭게 작성하거나 변경시켜야 하는 문제점 및, 제작시간이 많이 소요되는 문제점을 해결한 것으로, 소프트웨어제작을 일괄적으로 관리할 수 있고, 다양한 운영시스템에서 실행될 수 있는 소프트웨어제작을 관리할 수 있다.According to the present invention, the more complicated the operation is, the more complicated the work is, and the problem that the source code must be newly created or changed in accordance with the operating system. In order to solve the problem that the production time is long, it is possible to collectively manage the software production and to manage the software production that can be executed in various operating systems.

Claims (6)

라이브러소스코드와 프로그램소스코드를 실행프로그램으로 생성시켜 기록매체에 저장시키는 장치에 있어서,In the device for generating the library source code and the program source code to an executable program and storing them in a recording medium, 상기 라이브러리소스코드와 프로그램소스코드를 컴파일하여 오브젝트코드로 생성시키는 컴파일러와;A compiler for compiling the library source code and program source code to generate object code; 상기 오브젝트코드가 라이브러리소스코드로부터 생성된 경우에는 소정의 라이브러리에 등록시키는 라이브러리생성기와;A library generator for registering the object code to a predetermined library when the object code is generated from the library source code; 상기 오브젝트코드가 프로그램소스코드로부터 생성된 경우에 상기 라이브러리와 링크시켜 실행프로그램으로 생성하는 링커와;A linker for linking with the library to generate an executable program when the object code is generated from program source code; 상기 생성된 실행프로그램을 소정의 저장영역에 저장시키도록 제어하는 실행프로그램저장제어부와;An execution program storage control unit controlling to store the generated execution program in a predetermined storage area; 텍스트, 이미지, 사운드 등의 데이터파일을 소정의 저장영역에 저장시키도록 제어하는 공통데이타저장제어부와;A common data storage control unit for controlling data files such as text, images, and sound to be stored in a predetermined storage area; 상기 라이브러리소스코드 또는 프로그램소스코드를 소정의 운영시스템의 실행프로그램으로 생성되도록 네트워크를 통해 소정의 운영시스템으로 전송시키는 데이터송신제어부와;A data transmission control unit for transmitting the library source code or program source code to a predetermined operating system through a network so as to be generated as an execution program of the predetermined operating system; 네트워크를 통해 소정의 운영시스템으로부터 실행프로그램을 수신하도록 제어하고, 수신된 실행프로그램을 소정의 저장영역에 저장시키도록 제어하는 데이터수신제어부와;A data reception control unit controlling to receive an execution program from a predetermined operating system through a network, and controlling to store the received execution program in a predetermined storage area; 상기 실행프로그램이 소정의 운영시스템으로부터 모두 수신된 경우에 상기 저장영역에 저장된 실행프로그램과 공동데이타를 기록매체에 저장시키도록 제어하는 CD제작제어부를 구비하여 구성된 것을 특징으로 하는 다수의 운영시스템에서 실행 가능한 프로그램 제작 시스템.And a CD production control unit configured to control to store the execution program and the joint data stored in the storage area on a recording medium when the execution program is received from a predetermined operating system. Program production system available. 소정의 운영시스템으로 운영되면서, 네트워크를 통해 수신된 라이브러소스코드와 프로그램소스코드를 실행프로그램으로 생성시켜 전송시키는 장치에 있어서,In the apparatus for operating in a predetermined operating system, generating and transmitting the library source code and program source code received through the network to the execution program, 네트워크를 통해 라이브러리소스코드 또는 프로그램소스코드를 수신하도록 제어하는 데이터수신제어부와;A data reception control unit controlling to receive a library source code or a program source code through a network; 상기 데이터수신제어부로부터 수신된 데이터가 라이브러리소스코드인지 프로그램소스코드인지를 판별하는 데이터인식부와;A data recognition unit for determining whether the data received from the data reception control unit is a library source code or a program source code; 상기 데이터인식부로부터 인식된 라이브러리소스코드 또는 프로그램소스코드를 소정의 코드로 번역하는 번역기와;A translator for translating the library source code or the program source code recognized by the data recognition unit into a predetermined code; 상기 번역된 코드를 컴파일하여 오브젝트코드로 생성하는 컴파일러와;A compiler for compiling the translated code and generating the object code; 상기 오브젝트코드가 라이브러리소스코드로부터 생성된 경우에는 소정의 라이브러리에 등록시키는 라이브러리생성기와;A library generator for registering the object code to a predetermined library when the object code is generated from the library source code; 상기 오브젝트코드가 프로그램소스코드로부터 생성된 경우에 상기 라이브러리와 링크시켜 실행프로그램으로 생성하는 링커와;A linker for linking with the library to generate an executable program when the object code is generated from program source code; 상기 실행프로그램을 전송시키도록 제어하는 데이터송신제어부를 구비하여 구성된 것을 특징으로 하는 다수의 운영시스템에서 실행 가능한 프로그램 제작 시스템.And a data transmission control unit for controlling the execution program to be transmitted. 라이브러리 소스코드와 프로그램소스코드를 생성하는 단계와;Generating library source code and program source code; 상기 생성된 소스코드를 현재의 운영시스템에서 실행프로그램으로 생성시키는 단계와;Generating the generated source code as an executable program in a current operating system; 상기 라이브러리 소스코드와 프로그램소스코드를 생성시키고자 하는 운영시스템으로 전송시키고 실행프로그램의 생성을 요구하는 단계와;Transmitting the library source code and the program source code to an operating system to generate the program and requesting generation of an executable program; 생성시키고자 하는 운영시스템으로부터 실행프로그램을 수신하는 단계와;Receiving an executable program from an operating system to be generated; 상기 수신된 실행프로그램을 각각의 저장영역에 저장시키는 단계와;Storing the received executable programs in respective storage areas; 상기 저장영역에 저장된 실행프로그램을 CD로 제작하는 단계를 구비하여 구성된 것을 특징으로 하는 다수의 운영시스템에서 실행 가능한 프로그램 제작 방법.And a step of producing an execution program stored in the storage area on a CD. 제 3 항에 있어서,The method of claim 3, wherein 상기 실행프로그램으로 생성시키는 단계는 소스코드를 컴파일하여 오브젝트코드로 생성하는 단계와;The generating of the executable program may include: compiling source code to generate object code; 생성된 오브젝트코드를 링크하는 단계를 구비하여 구성된 것을 특징으로 하는 다수의 운영시스템에서 실행 가능한 프로그램 제작 방법.And linking the generated object code. 제 3 항에 있어서,The method of claim 3, wherein 상기 저장시키는 단계는The storing step 상기 실행프로그램마다 공통적으로 오픈될 수 있는 데이터파일은 임의의 저장영역에 따로 저장시키는 단계를 구비하여 구성된 것을 특징으로 하는 다수의 운영시스템에서 실행 가능한 프로그램 제작 방법.And a data file which can be opened in common for each of the executable programs is stored separately in an arbitrary storage area. 라이브러리 소스코드와 프로그램 소스코드를 수신하는 단계와;Receiving library source code and program source code; 상기 수신된 라이브러리 소스코드를 현재의 운영시스템에 맞추어 번역하는 단계와;Translating the received library source code to a current operating system; 상기 번역된 라이브러리 소스코드를 컴파일하여 오브젝트코드로 생성시키는 단계와;Compiling the translated library source code to generate object code; 상기 생성된 라이브러리 오브젝트코드를 라이브러리로 생성시키는 단계와;Generating the generated library object code into a library; 상기 수신된 프로그램 소스코드를 현재의 운영시스템에 맞추어 번역하는 단계와;Translating the received program source code according to a current operating system; 상기 번역된 프로그램 소스코드를 컴파일하여 오브젝트코드로 생성시키는 단계와;Compiling the translated program source code into an object code; 상기 생성된 라이브러리와 오브젝트코드를 링크시켜 실행파일로 생성시키는 단계와;Linking the generated library and object code to generate an executable file; 상기 생성된 실행파일을 소스코드를 전송시킨 시스템으로 전송시키는 단계를 구비하여 구성된 것을 특징으로 하는 다수의 운영시스템에서 실행 가능한 프로그램 제작 방법.And transmitting the generated executable file to a system to which source codes are transmitted.
KR1020000029312A 2000-05-30 2000-05-30 Manufacturing System and Method for executable program operating at multiple platform KR20000050238A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000029312A KR20000050238A (en) 2000-05-30 2000-05-30 Manufacturing System and Method for executable program operating at multiple platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000029312A KR20000050238A (en) 2000-05-30 2000-05-30 Manufacturing System and Method for executable program operating at multiple platform

Publications (1)

Publication Number Publication Date
KR20000050238A true KR20000050238A (en) 2000-08-05

Family

ID=19670806

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000029312A KR20000050238A (en) 2000-05-30 2000-05-30 Manufacturing System and Method for executable program operating at multiple platform

Country Status (1)

Country Link
KR (1) KR20000050238A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100462876B1 (en) * 2002-03-14 2004-12-17 삼성전자주식회사 Method for using standard platform of network equipments
KR100766756B1 (en) * 2003-03-20 2007-10-17 다솔 시스템므 Server process for accessing data from various types of client processes
WO2013028009A2 (en) * 2011-08-23 2013-02-28 Jeong Dae Yong Smart office system, server for operation, and operation method
CN112969999A (en) * 2019-01-31 2021-06-15 宝马股份公司 Method, computer-readable storage medium, controller and system for executing program components on a controller

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1995033235A1 (en) * 1994-05-31 1995-12-07 Fujitsu Limited System and method for executing job between different operating systems
JPH0991143A (en) * 1995-07-14 1997-04-04 Sony Corp Method and device for processing data
KR0119286B1 (en) * 1994-11-30 1997-10-04 양승택 Static analyzer for supporting signal information
JPH10283205A (en) * 1997-04-10 1998-10-23 Sony Corp Data communication method
EP0855060B1 (en) * 1995-10-11 1999-12-08 Citrix Systems, Inc. A method for providing user global object name space in a multi-user operating system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1995033235A1 (en) * 1994-05-31 1995-12-07 Fujitsu Limited System and method for executing job between different operating systems
KR0119286B1 (en) * 1994-11-30 1997-10-04 양승택 Static analyzer for supporting signal information
JPH0991143A (en) * 1995-07-14 1997-04-04 Sony Corp Method and device for processing data
EP0855060B1 (en) * 1995-10-11 1999-12-08 Citrix Systems, Inc. A method for providing user global object name space in a multi-user operating system
JPH10283205A (en) * 1997-04-10 1998-10-23 Sony Corp Data communication method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100462876B1 (en) * 2002-03-14 2004-12-17 삼성전자주식회사 Method for using standard platform of network equipments
KR100766756B1 (en) * 2003-03-20 2007-10-17 다솔 시스템므 Server process for accessing data from various types of client processes
WO2013028009A2 (en) * 2011-08-23 2013-02-28 Jeong Dae Yong Smart office system, server for operation, and operation method
WO2013028009A3 (en) * 2011-08-23 2013-05-10 Jeong Dae Yong Smart office system, server for operation, and operation method
CN112969999A (en) * 2019-01-31 2021-06-15 宝马股份公司 Method, computer-readable storage medium, controller and system for executing program components on a controller

Similar Documents

Publication Publication Date Title
CN100485669C (en) Systems and methods for the propagation of conflict resolution to enforce item convergence (namely data convergence)
JP4903686B2 (en) Flash memory programming
US6212578B1 (en) Method and apparatus for managing dependencies in a distributed computing environment for ensuring the safety of remote procedure calls
KR101213275B1 (en) System and method for providing monolithic image for use in a wireless device
US20080127135A1 (en) Thin client software development environment
JP4638484B2 (en) Data integrity in data processing equipment
CN1467632A (en) Image-based software installation
CN111459539A (en) Continuous integration pipeline operation method and device based on mirror layering
JP2021197153A (en) Method and apparatus for recognizing word slot, electronic apparatus, storage medium and computer program
US20060184924A1 (en) Intelligent platform management interface firmware architecture and method of building the same
WO2010044150A1 (en) Program change management device, program change management program, and program change management method
CN115268879A (en) Code processing method and device, electronic equipment and storage medium
JP2009157533A (en) Programmable controller system
CN102214103A (en) Method and system for establishing and performing task program based on functional unit
KR20000050238A (en) Manufacturing System and Method for executable program operating at multiple platform
CN109558121A (en) Development approach, device, equipment and the storage medium of interface drive program
WO2012056734A1 (en) Database management method
CN116450107B (en) Method and device for secondary development of software by low-code platform and electronic equipment
US10152307B2 (en) Specifying user defined or translator definitions to use to interpret mnemonics in a computer program
CN101782860B (en) Method and device for linking program
JP6455096B2 (en) Control system, its support device, programmable control device
JP2015005224A (en) Programmable controller system, support device thereof, programmable controller, program
JP2012511775A (en) Adapter for bridging different user interface command systems
JP2001056766A (en) Multimodule system and interactive system
CN114787769B (en) Method for updating a control program of an automation system by data migration of a program state of the control program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application