JP2002268928A - Method for checking version of executable file and library file - Google Patents

Method for checking version of executable file and library file

Info

Publication number
JP2002268928A
JP2002268928A JP2001072185A JP2001072185A JP2002268928A JP 2002268928 A JP2002268928 A JP 2002268928A JP 2001072185 A JP2001072185 A JP 2001072185A JP 2001072185 A JP2001072185 A JP 2001072185A JP 2002268928 A JP2002268928 A JP 2002268928A
Authority
JP
Japan
Prior art keywords
library
file
library information
executable file
information
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2001072185A
Other languages
Japanese (ja)
Inventor
Naohiro Iida
尚洋 飯田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001072185A priority Critical patent/JP2002268928A/en
Publication of JP2002268928A publication Critical patent/JP2002268928A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To inform a user of detailed cause of malfunction of application created by using common library information and to shorten the time to analyse the cause. SOLUTION: An executable file 104 and library files 103a, 103b to manage the library information registered in the execution file have the library information respectively, both pieces of the library information are collated with each other in the case of execution of the application and the modified contents of the detected library information is displayed on a modification informing picture 105.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ライブラリ情報を
用いて実行ファイルとライブラリファイルの相違有無を
チェックする実行ファイルとライブラリファイルのバー
ジョンチェック方法に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a method for checking the version of an executable file and a library file by using library information to check for a difference between the executable file and the library file.

【0002】[0002]

【従来の技術】現在のアプリケーションでは、生成され
る実行ファイル内に全ての機能を含ませるようなことは
せず、共通のライブラリ情報(独自のライブラリ情報及
びベンダー提供のライブラリ情報)を使用することによ
り、各機能を実現する方法が一般的である。
2. Description of the Related Art In a current application, all functions are not included in a generated executable file, but common library information (unique library information and library information provided by a vendor) is used. In general, a method for realizing each function is described below.

【0003】ところで、このような共通のライブラリ情
報は、実行ファイルを直接書き換えてプログラムを変更
するパッチの適用、他のアプリケーションのインストー
ルなどにより、ユーザが知らない間にライブラリ情報が
変更されることが多い。
By the way, such common library information may be changed without the user's knowledge by applying a patch that changes a program by directly rewriting an executable file or installing another application. Many.

【0004】[0004]

【発明が解決しようとする課題】そうすると、共通のラ
イブラリ情報を使用して作成されたアプリケーションで
は、その変更が一部の機能に関係する場合、今まで問題
なく全ての機能を実現できていたのが、その変更が原因
で突然不十分な機能実現という動作不良の状態で終了し
てしまい、使用できなくなる場合が生ずる。
Then, in the application created using the common library information, if the change is related to a part of the functions, all the functions can be realized without any problem until now. However, due to the change, the operation is suddenly terminated with an operation failure state of insufficient function realization, and there is a case where the terminal cannot be used.

【0005】このとき、ユーザには、不十分な機能実現
で終了してしまった動作不良の原因が通知されないの
で、ユーザは原因を特定するまでに相当な時間を要する
という問題がある。
At this time, since the user is not notified of the cause of the operation failure that has been terminated due to insufficient function realization, there is a problem that the user needs a considerable amount of time to specify the cause.

【0006】本発明は上記事情に鑑み、共通のライブラ
リ情報を使用して作成されたアプリケーションの動作不
良の詳細原因をユーザに通知し、原因解明までの時間を
短縮できる実行ファイルとライブラリファイルのバージ
ョンチェック方法を提供することを目的としている。
In view of the above circumstances, the present invention notifies the user of the detailed cause of the malfunction of an application created by using common library information, and shortens the time required to elucidate the cause of the version of the executable file and the version of the library file. It is intended to provide a checking method.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、請求項1に記載の実行ファイルとライブラリファイ
ルのバージョンチェック方法は、実行ファイルと前記実
行ファイルに登録しているライブラリ情報を管理するラ
イブラリファイルとが、それぞれライブラリ情報を持
ち、アプリケーション実行時に両者のライブラリ情報を
照合し、検出したライブラリ情報の変更内容を表示する
ことを特徴とする。
In order to achieve the above object, a method for checking the version of an executable file and a library file according to claim 1 manages an executable file and library information registered in the executable file. The library file has library information. When the application is executed, the library files are compared with each other, and the detected contents of the library information are displayed.

【0008】請求項1に記載の発明によれば、アプリケ
ーション実行時に、ライブラリ情報の変更内容がユーザ
に通知されるので、ユーザは、動作不良に原因がライブ
ラリ情報のバージョンアップにあることを知ることがで
き、容易に原因究明の手立てを得ることができるように
なる。
According to the first aspect of the present invention, when the application is executed, the user is notified of the changed contents of the library information. Therefore, the user can know that the malfunction is due to the upgrade of the library information. Can be obtained, and a means for investigating the cause can be easily obtained.

【0009】請求項2に記載の実行ファイルとライブラ
リファイルのバージョンチェック方法は、請求項1に記
載の実行ファイルとライブラリファイルのバージョンチ
ェック方法において、前記実行ファイルの生成時に、前
記ライブラリファイルから取り出したライブラリ情報が
既に前記実行ファイルに登録されている場合は、両者の
ライブラリ情報を照合し、異なる場合に変更内容を表示
するとともに、前記実行ファイルに登録されているライ
ブラリ情報を最新のものに更新することを特徴とする。
According to a second aspect of the present invention, in the version checking method of the executable file and the library file according to the first aspect, when the executable file is generated, the executable file and the library file are extracted from the library file. If the library information has already been registered in the executable file, the two library information are compared, and if they are different, the changed content is displayed, and the library information registered in the executable file is updated to the latest one. It is characterized by the following.

【0010】請求項2に記載の発明によれば、実行ファ
イルの生成時に、ライブラリ情報の変更内容がユーザに
通知されるので、ユーザは、ライブラリ情報のバージョ
ンアップを予め知ることができる。
According to the second aspect of the present invention, when the execution file is generated, the user is notified of the changed contents of the library information, so that the user can know in advance the version upgrade of the library information.

【0011】請求項3に記載の実行ファイルとライブラ
リファイルのバージョンチェック方法は、請求項1また
は請求項2に記載の実行ファイルとライブラリファイル
のバージョンチェック方法において、前記照合及び表示
は、前記実行ファイルから取得したライブラリ情報に含
まれる属性の一覧と、前記ライブラリファイルから取得
したライブラリ情報であって、前記実行ファイル上に存
在するライブラリ情報に含まれる属性の一覧とのうち、
基本属性項目について内容を照合し、変更されている属
性の内容をライブラリ変更通知画面に設定することによ
り行われることを特徴とする。
According to a third aspect of the present invention, there is provided a method for checking the version of an executable file and a library file according to claim 1 or 2, wherein the collation and display are performed by the execution file. Out of the list of attributes included in the library information obtained from the list of attributes included in the library information that is obtained from the library file and is present on the executable file,
It is characterized in that it is performed by collating the contents of the basic attribute items and setting the contents of the changed attribute on the library change notification screen.

【0012】請求項3に記載の発明によれば、ライブラ
リ情報の照合及びその結果表示は、基本属性項目のレベ
ルで行われるので、ユーザはバージョンアップによる動
作不良の原因項目を詳細に知ることができる。したがっ
て、ユーザは、アプリケーションが使用できなくなった
場合に、どのライブラリ情報に原因があり、どのような
問題が発生しているかを把握できるようになり、動作不
良の原因解明までの時間を大幅に短縮できるようにな
る。
According to the third aspect of the invention, the collation of the library information and the display of the result are performed at the level of the basic attribute item, so that the user can know in detail the item causing the malfunction due to the version upgrade. it can. Therefore, when an application becomes unusable, the user can understand which library information is causing the problem and what kind of problem is occurring, greatly reducing the time required to find out the cause of the malfunction. become able to.

【0013】[0013]

【発明の実施の形態】図1は、本発明の一実施の形態に
よる実行ファイルとライブラリファイルのバージョンチ
ェック方法の実施態様図である。
FIG. 1 is a diagram showing an embodiment of a method for checking the version of an executable file and a library file according to an embodiment of the present invention.

【0014】図1において、実行ファイル生成資源10
1には、ソースファイル102がある。このソースファ
イル102から2つのライブラリファイル103a、1
03bが、実行ファイル104を生成する際に、実行フ
ァイル104で使用するライブラリ情報を含んでいるラ
イブラリファイルとして取り出される。
In FIG. 1, an executable file generation resource 10
1 has a source file 102. From this source file 102, two library files 103a, 1
03b is extracted as a library file containing library information used in the execution file 104 when the execution file 104 is generated.

【0015】図示例では、ライブラリファイル103a
には、「functoin10」「functoin11」・・のライブ
ラリ情報が含まれている。また、ライブラリファイル1
03bには、「functoin20」「functoin21」・・・
のライブラリ情報が含まれている。
In the illustrated example, the library file 103a
Contains library information of “functoin10”, “functoin11”, and so on. Library file 1
03b includes “functoin20”, “functoin21”,.
Library information is included.

【0016】実行ファイル104の生成時では、使用す
るライブラリ情報を2つのライブラリファイル103
a、103bから取得し、実行ファイル104上に登録
することが行われる。図示例では、実行ファイル104
には、ライブラリファイル103aに含まれる「functo
in10」「functoin11」とライブラリファイル103
aに含まれる「functoin21」とが登録されている。
When the execution file 104 is generated, library information to be used is stored in two library files 103.
a and 103b and registered in the execution file 104. In the illustrated example, the executable file 104
Includes “functo” included in the library file 103a.
in10 ”,“ functoin11 ”and library file 103
“functoin 21” included in “a” is registered.

【0017】そして、ユーザの指示によりアプリケーシ
ョンを起動する際に、実行ファイル104に登録されて
いるライブラリ情報と、そのライブラリ情報を取得した
ライブラリファイル(図示例では、ライブラリファイル
103a、103b)で管理しているライブラリ情報と
を照合し、両者のライブラリ情報の内容が異なるとき、
その変更されたライブラリ情報をライブラリ変更通知画
面105に表示し、ユーザに変更情報を通知するように
なっている。
When the application is started in accordance with a user's instruction, the library information registered in the execution file 104 and the library files (library files 103a and 103b in the illustrated example) obtained from the library information are managed. If the contents of the library information are different,
The changed library information is displayed on the library change notification screen 105 to notify the user of the changed information.

【0018】図2は、本実施の形態で用いるライブラリ
情報のデータ構造の一例を示す。図2(1)は、ライブ
ラリファイル103a、103b上に保持されている管
理ライブラリ情報のデータ構造である。図2(2)は、
実行ファイル104上に保持されている使用ライブラリ
情報のデータ構造である。
FIG. 2 shows an example of the data structure of library information used in the present embodiment. FIG. 2A shows the data structure of the management library information held in the library files 103a and 103b. FIG. 2 (2)
6 is a data structure of used library information held on an execution file 104.

【0019】図2に示すように、ライブラリ情報のデー
タ構造は、ライブラリ関数毎に様々な情報がツリー構造
で格納され、情報をオブジェクト指向的に管理するよう
になっている。基本属性として、バージョン、I/F仕
様、使用方法、処理概要、影響度の各項目を持つが、関
数毎に必要に応じて項目の追加ができるようになってい
る。
As shown in FIG. 2, in the data structure of the library information, various information is stored in a tree structure for each library function, and the information is managed in an object-oriented manner. The basic attributes include items such as version, I / F specifications, usage, processing outline, and degree of influence. Items can be added as needed for each function.

【0020】図3は、ライブラリ情報の照合方法の詳細
説明図である。図3(1)は、ライブラリファイル10
3a、103b上に保持されている管理ライブラリ情報
の一例である。図3(2)は、実行ファイル104上に
保持されている使用ライブラリ情報の一例である。
FIG. 3 is a detailed explanatory diagram of a method for checking library information. FIG. 3A shows the library file 10
It is an example of management library information held on 3a and 103b. FIG. 3B shows an example of the used library information stored in the execution file 104.

【0021】図3に示すように、ライブラリ情報の照合
では、実行ファイルのライブラリ情報に登録されている
全てのライブラリ関数について、各基本項目(バージョ
ン、I/F仕様、使用方法、処理概要、影響度)毎に内
容の照合が行われるようになっている。
As shown in FIG. 3, in the library information collation, for each library function registered in the library information of the executable file, each basic item (version, I / F specification, usage, processing outline, influence The collation of the contents is performed every degree).

【0022】図4は、ライブラリファイルが変更された
ことをユーザに通知するためのライブラリ変更通知画面
及び通知方法の説明図である。図4に示すように、ライ
ブラリ変更通知画面105は、画面名称「ライブラリ変
更通知」の欄と、内容の欄とで構成される。内容の欄に
は、まず、注意文「実行ファイルで使用されているライ
ブラリのバージョンが変更されています。そのまま使用
される場合は、アプリケーションが正常に動作しない恐
れがあります。」が表示され、その次以降に変更内容が
具体的に特定できるように表示されるようになってい
る。
FIG. 4 is an explanatory diagram of a library change notification screen for notifying a user that a library file has been changed, and a notification method. As shown in FIG. 4, the library change notification screen 105 includes a column of screen name “library change notification” and a column of contents. In the content column, first, a notice "The version of the library used in the executable file has been changed. If it is used as it is, the application may not operate properly." Subsequent and subsequent changes are displayed so that they can be specifically identified.

【0023】図示例では、まず、対象「実行ファイル:
sample.exe」「ライブラリ関数:funcTotal(ファイル
名:sample.dll)」が表示されている。次いで、<従来
のライブラリ>として、実行ファイル104上の使用ラ
イブラリ情報401のライブラリ関数funcTotalにおけ
るバージョン「02.01.199911120」が表示される。
In the illustrated example, first, the target “executable file:
sample.exe "and" library function: funcTotal (file name: sample.dll) "are displayed. Next, the version “02.01.199911120” in the library function funcTotal of the used library information 401 on the execution file 104 is displayed as <conventional library>.

【0024】その次に<変更された内容>として、ライ
ブラリファイル103a、103b上の管理ライブラリ
情報402の対応するライブラリ関数funcTotalにおけ
る変更箇所が表示される。図示例では、バージョンが
「02.08.2000110」と変更され、使用方法が「パラメー
タで渡す値を事前に正の整数に変換しておく。」と変更
され、影響度が「:funcAA、funcBB内で使用される。」
と変更されたことが表示されている。
Next, as <changed content>, a changed portion in the corresponding library function funcTotal of the management library information 402 on the library files 103a and 103b is displayed. In the illustrated example, the version is changed to “02.08.2000110”, the usage is changed to “the value to be passed as a parameter is converted into a positive integer in advance”, and the degree of influence is changed in “: funcAA, funcBB. used."
Is displayed as changed.

【0025】このように、ライブラリ変更通知画面10
5には、実行ファイル104とライブラリファイル10
3a、103bのライブラリ情報の照合を行った結果、
内容が異なっていた基本属性項目の変更後の内容が設定
され、ユーザに通知できるようになっている。
As described above, the library change notification screen 10
5, the executable file 104 and the library file 10
As a result of comparing the library information of 3a and 103b,
The changed contents of the basic attribute items having different contents are set and can be notified to the user.

【0026】次に、本実施の形態による照合処理動作を
図5〜図7を参照して説明する。図5は、実行ファイル
生成時に照合処理が行われる動作を示すフローチャート
である。図6は、アプリケーション実行時に照合処理が
行われる動作を示すフローチャートである。図7は、ラ
イブラリ情報の照合処理動作を示すフローチャートであ
る。
Next, the collation processing operation according to the present embodiment will be described with reference to FIGS. FIG. 5 is a flowchart illustrating an operation in which a collation process is performed when an execution file is generated. FIG. 6 is a flowchart illustrating an operation in which the matching process is performed when the application is executed. FIG. 7 is a flowchart showing the library information collation processing operation.

【0027】まず、実行ファイル生成時の照合処理は、
次のようにして行われる。図5において、実行ファイル
生成源101から実行ファイル104を生成する際に、
実行ファイル104で使用するライブラリ情報の一覧を
対象のライブラリファイル103a、103bから取得
し(ステップS501)、取得したライブラリ関数のラ
イブラリ情報が実行ファイル104に未登録であるかど
うかを判断する(ステップS502)。
First, the collation processing at the time of generating an execution file is as follows.
This is performed as follows. In FIG. 5, when the execution file 104 is generated from the execution file generation source 101,
A list of library information used in the execution file 104 is obtained from the target library files 103a and 103b (step S501), and it is determined whether the library information of the obtained library function is not registered in the execution file 104 (step S502). ).

【0028】取得したライブラリ関数のライブラリ情報
が実行ファイル104に未登録である場合には(ステッ
プS502:Yes)、新規にライブラリ関数が使用さ
れるため、実行ファイル104のライブラリ情報に新規
使用関数のライブラリ情報を登録し(ステップS50
3)、それを用いて実行ファイル104を作成する(ス
テップS508)。
If the library information of the obtained library function has not been registered in the execution file 104 (step S502: Yes), a new library function is used. Register the library information (step S50
3), an execution file 104 is created using it (step S508).

【0029】一方、取得したライブラリ関数のライブラ
リ情報が実行ファイル104に既に登録されている場合
には(ステップS502:No)、実行ファイル104
のライブラリ情報とライブラリファイル103a、10
3bのライブラリ情報とを後述する図7で説明する方法
で照合し(ステップS504)、異なるかどうかを調べ
る(ステップS505)。
On the other hand, if the library information of the obtained library function has already been registered in the execution file 104 (step S502: No), the execution file 104
Library information and library files 103a,
3b is checked by the method described later with reference to FIG. 7 (step S504), and it is checked whether they are different (step S505).

【0030】実行ファイル104とライブラリファイル
103a、103bとのライブラリ情報が異ならない場
合には(ステップS505:No)、実行ファイルの作
成処理(ステップS508)へ移行する。また、異なる
場合には(ステップS505:Yes)、ライブラリ情
報のバージョンが変更されているので、ユーザに対して
ライブラリ情報が変更されている旨の通知(図4参照)
を行い(ステップS506)、実行ファイル104のラ
イブラリ情報を最新のものに更新し(ステップS50
7)、実行ファイルの作成処理へ移行する(ステップS
508)。
If the library information of the execution file 104 is not different from the library information of the library files 103a and 103b (step S505: No), the process proceeds to the execution file creation processing (step S508). If they are different (step S505: Yes), since the version of the library information has been changed, the user is notified that the library information has been changed (see FIG. 4).
(Step S506), and the library information of the execution file 104 is updated to the latest one (step S50).
7), the process proceeds to the execution file creation process (step S)
508).

【0031】このように、アプリケーションの生成時に
実行ファイル上に既登録のライブラリ情報がライブラリ
ファイルのライブラリ情報と異なっている場合には、ユ
ーザに通知するので、ユーザはアプリケーションの生成
時にライブラリ情報がバージョンアップされているかど
うかを知ることができる。
As described above, when the library information registered in the execution file at the time of generating the application is different from the library information of the library file, the user is notified. You can know if it is up.

【0032】次に、アプリケーション実行時の照合処理
は、次のようにして行われる。図6において、アプリケ
ーションの起動時に、実行ファイル104に登録されて
いるライブラリ情報の一覧を取得する(ステップS60
1)。また、ライブラリファイル103a、103bか
ら、実行ファイル104で使用しているライブラリ関数
のライブラリ情報を取得する(ステップS602)。そ
して、以上のように取得された実行アイル104とライ
ブラリファイル103a、103bとのライブラリ情報
の内容を後述する図7で説明する方法で照合し(ステッ
プS603)、異なるかどうかを調べる(ステップS6
04)。
Next, the collation processing at the time of executing the application is performed as follows. In FIG. 6, when the application is activated, a list of library information registered in the execution file 104 is obtained (step S60).
1). Further, library information of the library function used in the execution file 104 is obtained from the library files 103a and 103b (step S602). Then, the contents of the library information of the execution file 104 and the library files 103a and 103b acquired as described above are collated by a method described later with reference to FIG. 7 (step S603), and it is checked whether they are different (step S6).
04).

【0033】実行アイル104とライブラリファイル1
03a、103bとのライブラリ情報が同じである場合
は(ステップS604:No)、ライブラリファイル1
03a、103bでは、バージョンアップが行われてい
ないので、通常通りアプリケーションを起動する(ステ
ップS605)。
Execution file 104 and library file 1
If the library information of the library file 03a and the library information of the library file 103b are the same (step S604: No), the library file 1
In versions 03a and 103b, since the version has not been upgraded, the application is activated as usual (step S605).

【0034】しかし、ライブラリ情報が異なる場合は
(ステップS604:Yes)、ライブラリファイル1
03a、103bでは、バージョンアップが行われてい
るので、ユーザに対してライブラリ情報が変更されてい
る旨の通知(図4参照)を行い(ステップS606)、
アプリケーションの起動をそのまま継続するかどうかユ
ーザの意思を確認する(ステップS607)。ユーザ
は、基本属性項目の「影響度」などを参考にして継続す
るかどうかを判断する。
However, if the library information is different (step S604: Yes), the library file 1
In versions 03a and 103b, since the version has been upgraded, the user is notified that the library information has been changed (see FIG. 4) (step S606).
The user's intention is confirmed whether or not to continue the activation of the application (step S607). The user determines whether to continue with reference to the “impact degree” of the basic attribute item or the like.

【0035】その結果、ユーザがアプリケーションを起
動すると判断した場合には(ステップS607:Ye
s)、アプリケーションを起動し(ステップS60
8)、起動しないと判断した場合には(ステップS60
7:No)、起動しないでそのまま終了する。
As a result, when it is determined that the user starts the application (step S607: Yes)
s) to start the application (step S60)
8) If it is determined not to start (step S60)
7: No), the process ends without starting.

【0036】このように、アプリケーションの実行時に
実行ファイル上に既登録のライブラリ情報がライブラリ
ファイルのライブラリ情報と異なっている場合には、ユ
ーザにその変更内容を詳細に通知するので、ユーザはそ
の変更の内容・程度に応じてアプリケーションを起動す
るかどうかを判断することができる。
As described above, when the library information registered in the execution file differs from the library information of the library file when the application is executed, the user is notified in detail of the change, and the user is notified of the change. It is possible to determine whether to start the application according to the content and degree of the application.

【0037】次に、ライブラリ情報の照合処理は、次の
ようにして行われる。図7において、動作実行ファイル
104上に存在するライブラリ関数のライブラリ情報に
含まれる属性の一覧を取得する(ステップS701)。
また、ライブラリファイル103a、103bから、実
行ファイル104上に存在するライブラリ関数のライブ
ラリ情報に含まれる属性の一覧を取得する(ステップS
702)。そして、以上のように取得されたライブラリ
情報の属性一覧のうち、基本属性項目(バージョン、I
/F仕様、使用方法、処理概要、影響度)について照合
し(ステップS703)、異なるかどうか内容をチェッ
クする(ステップS704)。
Next, the collation processing of the library information is performed as follows. In FIG. 7, a list of attributes included in the library information of the library function existing on the operation execution file 104 is obtained (step S701).
Further, a list of attributes included in the library information of the library function existing in the execution file 104 is obtained from the library files 103a and 103b (step S).
702). Then, in the attribute list of the library information acquired as described above, the basic attribute item (version, I
/ F specification, usage method, processing outline, impact degree) are collated (step S703), and the contents are checked whether they are different (step S704).

【0038】その結果、基本属性項目の内容に変更があ
った場合には(ステップS704:Yes)、変更され
ている属性の内容を図4に例示するようなライブラリ変
更通知画面105に設定する(ステップS705)。
As a result, if there is a change in the contents of the basic attribute item (step S704: Yes), the contents of the changed attribute are set on the library change notification screen 105 as illustrated in FIG. Step S705).

【0039】このように、本実施の形態によれば、パッ
チの適用、他のアプリケーションのインストール等によ
るライブラリ情報の変更により、アプリケーションが動
作不良となり使用できなくなった場合に、ユーザは、ど
のライブラリ情報に原因があり、どのような問題が生じ
ているかを知ることができ、迅速に適切は措置を採るこ
とが容易となる。
As described above, according to the present embodiment, when an application becomes malfunctioning and cannot be used due to a change in library information due to application of a patch, installation of another application, or the like, the user can use any library information. The problem can be identified and what kind of problem is occurring, and it is easy to take appropriate measures promptly.

【0040】このとき、ユーザに影響度も通知するの
で、ユーザは、アプリケーションをそのまま起動するか
どうかも判断でき、バージョンアップの具体的な内容に
応じて個々に適切は措置を採ることが可能となる。
At this time, since the influence is also notified to the user, the user can determine whether to start the application as it is, and can take appropriate measures individually according to the specific contents of the version upgrade. Become.

【0041】[0041]

【発明の効果】以上説明したように、本発明によれば、
アプリケーションの起動時に、作成した実行ファイルと
ライブラリファイルのライブラリ情報をチェックし、ユ
ーザに動作不良の原因となる事項を詳細に通知するよう
にしたので、アプリケーション動作不良の原因解明まで
の時間を大幅に短縮することができる。
As described above, according to the present invention,
When starting the application, the library information of the created executable file and library file is checked and the user is notified in detail of the cause of the malfunction. Can be shortened.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施の形態による実行ファイルとラ
イブラリファイルのバージョンチェック方法の実施態様
図である。
FIG. 1 is a diagram showing an embodiment of a method for checking a version of an executable file and a library file according to an embodiment of the present invention;

【図2】本実施の形態で用いるライブラリ情報のデータ
構造の一例を示す図である。(1)は、ライブラリファ
イルに保持されている管理ライブラリ情報のデータ構造
である。(2)は、実行ファイル上に保持されている使
用ライブラリ情報のデータ構造である。
FIG. 2 is a diagram showing an example of a data structure of library information used in the present embodiment. (1) is a data structure of management library information held in a library file. (2) is a data structure of used library information held in the execution file.

【図3】ライブラリ情報の照合方法の詳細説明図であ
る。(1)は、ライブラリファイル上に保持されている
管理ライブラリ情報の一例である。(2)は、実行ファ
イル104上に保持されている使用ライブラリ情報の一
例である。
FIG. 3 is a detailed explanatory diagram of a method for checking library information. (1) is an example of management library information stored in a library file. (2) is an example of the used library information stored in the execution file 104.

【図4】ライブラリファイルが変更されたことをユーザ
に通知するためのライブラリ変更通知画面及び通知方法
の説明図である。
FIG. 4 is an explanatory diagram of a library change notification screen and a notification method for notifying a user that a library file has been changed.

【図5】実行ファイル生成時に照合処理が行われる動作
を示すフローチャートである。
FIG. 5 is a flowchart illustrating an operation in which a matching process is performed when an execution file is generated.

【図6】アプリケーション実行時に照合処理が行われる
動作を示すフローチャートである。
FIG. 6 is a flowchart illustrating an operation in which a matching process is performed when an application is executed.

【図7】ライブラリ情報の照合処理動作を示すフローチ
ャートである。
FIG. 7 is a flowchart illustrating a collation processing operation of library information.

【符号の説明】[Explanation of symbols]

101 実行ファイル生成資源 102 ソースファイル 103a、103b ライブラリファイル 104 実行ファイル 105 ライブラリ変更通知画面 401 実行ファイルで使用している使用ライブラリ情
報 402 ライブラリファイルで管理している管理ライブ
ラリ情報
101 execution file generation resource 102 source file 103a, 103b library file 104 execution file 105 library change notification screen 401 library information used in execution file 402 management library information managed in library file

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 実行ファイルと前記実行ファイルに登録
しているライブラリ情報を管理するライブラリファイル
とが、それぞれライブラリ情報を持ち、アプリケーショ
ン実行時に両者のライブラリ情報を照合し、検出したラ
イブラリ情報の変更内容を表示することを特徴とする実
行ファイルとライブラリファイルのバージョンチェック
方法。
1. An executable file and a library file for managing library information registered in the executable file each have library information. When the application is executed, the library information is compared with each other, and the detected library information is changed. Displaying a version of the executable file and the library file.
【請求項2】 請求項1に記載の実行ファイルとライブ
ラリファイルのバージョンチェック方法において、 前記実行ファイルの生成時に、前記ライブラリファイル
から取り出したライブラリ情報が既に前記実行ファイル
に登録されている場合は、両者のライブラリ情報を照合
し、異なる場合に変更内容を表示するとともに、前記実
行ファイルに登録されているライブラリ情報を最新のも
のに更新することを特徴とする実行ファイルとライブラ
リファイルのバージョンチェック方法。
2. The version checking method of an executable file and a library file according to claim 1, wherein at the time of generating the executable file, if library information extracted from the library file is already registered in the executable file, A method of checking the versions of an executable file and a library file, wherein the two library information are compared, and if they are different, the contents of the change are displayed and the library information registered in the executable file is updated to the latest one.
【請求項3】 請求項1または請求項2に記載の実行フ
ァイルとライブラリファイルのバージョンチェック方法
において、 前記照合及び表示は、前記実行ファイルから取得したラ
イブラリ情報に含まれる属性の一覧と、前記ライブラリ
ファイルから取得したライブラリ情報であって、前記実
行ファイル上に存在するライブラリ情報に含まれる属性
の一覧とのうち、基本属性項目について内容を照合し、
変更されている属性の内容をライブラリ変更通知画面に
設定することにより行われることを特徴とする実行ファ
イルとライブラリファイルのバージョンチェック方法。
3. The version check method of an executable file and a library file according to claim 1 or 2, wherein the collation and display include a list of attributes included in library information acquired from the executable file and the library. The library information obtained from the file, of the list of attributes included in the library information present on the executable file, the contents of the basic attribute items are compared,
A method for checking the version of an executable file and a library file, wherein the method is performed by setting the content of the changed attribute on a library change notification screen.
JP2001072185A 2001-03-14 2001-03-14 Method for checking version of executable file and library file Pending JP2002268928A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001072185A JP2002268928A (en) 2001-03-14 2001-03-14 Method for checking version of executable file and library file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001072185A JP2002268928A (en) 2001-03-14 2001-03-14 Method for checking version of executable file and library file

Publications (1)

Publication Number Publication Date
JP2002268928A true JP2002268928A (en) 2002-09-20

Family

ID=18929800

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001072185A Pending JP2002268928A (en) 2001-03-14 2001-03-14 Method for checking version of executable file and library file

Country Status (1)

Country Link
JP (1) JP2002268928A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009245448A (en) * 2009-06-15 2009-10-22 Fujitsu Ltd Data restoration device
JP2009245194A (en) * 2008-03-31 2009-10-22 Fuji Electric Systems Co Ltd Programmable controller, programmable controller support apparatus, and programmable controller system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009245194A (en) * 2008-03-31 2009-10-22 Fuji Electric Systems Co Ltd Programmable controller, programmable controller support apparatus, and programmable controller system
JP2009245448A (en) * 2009-06-15 2009-10-22 Fujitsu Ltd Data restoration device

Similar Documents

Publication Publication Date Title
US9213534B2 (en) Method for restoring software applications on desktop computers
US8065672B2 (en) Simplifying rollback to prior versions of patches used to fix errors in pre-installed software
US7975264B2 (en) Deploying patches in batch mode to fix errors in pre-installed software
US9235404B2 (en) Firmware update system
CN106201613B (en) Pre-heated software installation
US8181166B2 (en) System and method for determining when an EJB compiler needs to be executed
US20110145807A1 (en) Method and device for updating a computer application
US20140007073A1 (en) Firmware Update Discovery and Distribution
US9032394B1 (en) Deploying drivers for an operating system on a computing device
US9754242B2 (en) Deployment mechanism for non-versioning business process artifacts
US20110041124A1 (en) Version Management System
US10305731B2 (en) System and method for provisioning cloud services across heterogeneous environments using partitioned provisioning instructions stored on a configuration management server
US9086938B2 (en) Information processing apparatus, control method thereof, and storage medium
US20080178173A1 (en) Enhanced Flexibility in Deployment of Patches to Fix Errors in Pre-installed Software
US10514940B2 (en) Virtual application package reconstruction
CN103455288B (en) Information processor and control method
CN106155713B (en) Startup information management method and device
JP2002268928A (en) Method for checking version of executable file and library file
US10628285B1 (en) Dynamic configuration of availability of debugging messages
EP3425500A1 (en) Information processing apparatus and carrier means
US10560549B1 (en) Configuration updates of distributed applications
CN111736863A (en) Software upgrading method and device and electronic equipment
JP2017162106A (en) Information processor and install method of device driver
US11360787B2 (en) Information processing system and control method
JPH1027095A (en) Software version managing system